From owner-freebsd-questions@FreeBSD.ORG Thu Jun 2 12:23:39 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 9C89D1065740 for ; Thu, 2 Jun 2011 12:23:39 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 5228A8FC0C for ; Thu, 2 Jun 2011 12:23:39 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 02 Jun 2011 08:23:38 -0400 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr17.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id AXI26691; Thu, 2 Jun 2011 08:23:38 -0400 Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp04.lnh.mail.rcn.net with ESMTP; 02 Jun 2011 08:23:23 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19943.32954.598809.565910@jerusalem.litteratus.org> Date: Thu, 2 Jun 2011 08:23:22 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <20110602114449.GA18797@think.gnix.co.uk> References: <20110602114449.GA18797@think.gnix.co.uk> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr17.lnh.mail.rcn.net) Subject: acroread9 - kernel module load error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2011 12:23:39 -0000 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. Robert Huff