From owner-freebsd-questions@FreeBSD.ORG Thu Jun 2 15:06:20 2011 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 7C472106566C for ; Thu, 2 Jun 2011 15:06:20 +0000 (UTC) (envelope-from griffin@gnix.co.uk) Received: from think.gnix.co.uk (griffin.gnix.co.uk [80.229.5.32]) by mx1.freebsd.org (Postfix) with ESMTP id EDC5A8FC1B for ; Thu, 2 Jun 2011 15:06:19 +0000 (UTC) Received: from think.gnix.co.uk (localhost [127.0.0.1]) by think.gnix.co.uk (8.14.4/8.14.4) with ESMTP id p52F6IAb006872 for ; Thu, 2 Jun 2011 16:06:18 +0100 (BST) (envelope-from griffin@gnix.co.uk) Received: (from jpg@localhost) by think.gnix.co.uk (8.14.4/8.14.4/Submit) id p52F6IFX006871 for freebsd-questions@freebsd.org; Thu, 2 Jun 2011 16:06:18 +0100 (BST) (envelope-from griffin@gnix.co.uk) X-Authentication-Warning: think.gnix.co.uk: jpg set sender to griffin@gnix.co.uk using -f Date: Thu, 2 Jun 2011 16:06:18 +0100 From: Jamie Paul Griffin To: freebsd-questions@freebsd.org Message-ID: <20110602150618.GA6853@think.gnix.co.uk> References: <20110602114449.GA18797@think.gnix.co.uk> <19943.32954.598809.565910@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19943.32954.598809.565910@jerusalem.litteratus.org> X-PGP-Key: http://www.gnix.co.uk/~jpg/jpg-pubkey.asc X-Operating-System: FreeBSD 8.2-RELEASE-p2 X-URL: http://www.gnix.co.uk/~jpg/ User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: acroread9 - kernel module load error 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: Thu, 02 Jun 2011 15:06:20 -0000 On Thu, Jun 02, 2011 at 08:23:22AM -0400, Robert Huff wrote: > > Jamie Paul Griffin writes: > > > Installed this port but the kernel won't load and produces the following > > error: > > > > think# /usr/local/etc/rc.d/linux_adobe start > > kldload: can't load /usr/local/libexec/linux_adobe/linux_adobe.ko: Exec > > format error > > /usr/local/etc/rc.d/linux_adobe: WARNING: Unable to load kernel module > > /usr/local/libexec/linux_adobe/linux_adobe.ko > > > > Has anyone else experienced this? Does anyone have any suggestions to > > fix it? > > It means your kernel and kernel sources are not in sync. > The solution is to (re-)build the kernel and program using the > same source tree. ok, i've just been through make buildworld, etc. and rebuilt the port but still the same problem?