Date: Mon, 31 Jan 2005 05:59:59 -0800 From: "Loren M. Lang" <lorenl@alzatex.com> To: Steven Friedrich <FreeBSD@insightbb.com> Cc: freebsd-questions@freebsd.org Subject: Re: Acroread complains... Message-ID: <20050131135959.GG8619@alzatex.com> In-Reply-To: <200501301130.24028.FreeBSD@insightbb.com> References: <200501301130.24028.FreeBSD@insightbb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 "freebsd-questions-unsubscribe@freebsd.org" -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050131135959.GG8619>