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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to