From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 13:32:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBB5C106564A for ; Wed, 2 Apr 2008 13:32:58 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 89BFD8FC15 for ; Wed, 2 Apr 2008 13:32:58 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 2C2BF28455; Wed, 2 Apr 2008 09:32:57 -0400 (EDT) To: "Mr Y" References: <20def4870804010907n320956f1o5e0e56962a64e0fd@mail.gmail.com> From: Lowell Gilbert Date: Wed, 02 Apr 2008 09:32:56 -0400 In-Reply-To: <20def4870804010907n320956f1o5e0e56962a64e0fd@mail.gmail.com> (Y.'s message of "Tue\, 1 Apr 2008 19\:07\:51 +0300") Message-ID: <44k5jg1iwn.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: kldload: unexpected relocation type 10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 13:32:58 -0000 "Mr Y" writes: > I really don't know how to get rid of this message.. > > I get millions of these during kldload of a driver: > > kldload: unexpected relocation type 10 > > can't see anything wrong with my Makefile, like the google threads say, so > PLEASE HELP. The kernel module was built along with the kernel? Does it matter which module, or are you getting this with any loadable module?