From owner-freebsd-ports@FreeBSD.ORG Mon May 7 21:58:57 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 610C816A406 for ; Mon, 7 May 2007 21:58:57 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: from mail.rwxrwxrwx.net (carpetsmoker.xs4all.nl [82.93.23.199]) by mx1.freebsd.org (Postfix) with ESMTP id 1AAB813C457 for ; Mon, 7 May 2007 21:58:54 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: by mail.rwxrwxrwx.net (Postfix, from userid 1001) id 736196D46E; Mon, 7 May 2007 23:57:30 +0200 (CEST) Date: Mon, 7 May 2007 23:57:30 +0200 From: Martin Tournoij To: freebsd-ports@freebsd.org Message-ID: <20070507215729.GA53745@glitch.rwxrwxrwx.net> Mail-Followup-To: freebsd-ports@freebsd.org, jeff@sailorfej.net References: <463F92BB.4000200@sailorfej.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <463F92BB.4000200@sailorfej.net> User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: jeff@sailorfej.net Subject: Re: Problem running acroread7 on 6.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 21:58:57 -0000 On Mon 07 May 2007 13:05, Jeffrey Williams wrote: > I just installed acroread7-7.0.9,1 from ports on a new FreeBSD 6.2-p3 system. > > It will not run, when I attempt to run it from the command line, I get the following error: > > :~> acroread > ELF binary type "3" not known. > ldconfig: illegal option -- p > usage: ldconfig [-32] [-aout | -elf] [-Rimrsv] [-f hints_file] [directory | file ...] > ELF binary type "3" not known. > /usr/X11R6/Adobe/Acrobat7.0/ENU/Reader/intellinux/bin/acroread: 1: Syntax error: "(" unexpected > :~> > > Any ideas? did I miss a compile time option during the install? > > Thanks > Jeff Do you have Linux compatibility enabled? To enable it, add this to your /etc/rc.conf: linux_enable="yes" And this to your /boot/loader.conf (Create the file if it doesn't exists yet) linux_load="YES" To start it manually (without rebooting): kldload linux sh /etc/rc.d/abi start -- Regards, Martin Tournoij