Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2007 23:57:30 +0200
From:      Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
To:        freebsd-ports@freebsd.org
Cc:        jeff@sailorfej.net
Subject:   Re: Problem running acroread7 on 6.2
Message-ID:  <20070507215729.GA53745@glitch.rwxrwxrwx.net>
In-Reply-To: <463F92BB.4000200@sailorfej.net>
References:  <463F92BB.4000200@sailorfej.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070507215729.GA53745>