On Sun, Jan 30, 2005 at 11:30:23AM -0500, Steven Friedrich wrote: > When I run mozilla from the command line and ask it to open a pdf, it > complains: > /usr/local/Acrobat5/Reader/intellinux/bin/acroread: error while loading > shared > libraries: /usr/local/lib/libartsdsp.so.0: ELF file OS ABI invalid
I think this means that the linux version of acroread is trying to load a freebsd shared library. Even though there both ELF formats and both i386 architecture, linux programs can't use freebsd libraries because they have a different ABI, the way functions in C call each other and deal with variables. That's why you need linux_base for linux apps, and native browsers need linuxpluginwrapper to use linux plugins. My guess is something is wrong with linuxpluginwrapper, try rebuilding and reinstalling it. > > So I ran file on it: > % file /usr/local/lib/libartsdsp.so.0 > /usr/local/lib/libartsdsp.so.0: ELF 32-bit LSB shared object, Intel 80386, > version 1 (FreeBSD), not stripped > > Ideas? > -- > FreeBSD 4.11-STABLE > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"