Date: Wed, 12 May 2004 06:12:29 +0400 From: Sergey Zaharchenko <doublef@tele-kom.ru> To: Adam Smith <adam@internode.com.au> Cc: freebsd-questions@freebsd.org Subject: Re: Linux library compatibility (libgmodule-2.0.so.0) Message-ID: <20040512021229.GA888@Shark.localdomain> In-Reply-To: <20040511130016.GA3263@internode.com.au> References: <20040511130016.GA3263@internode.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
--+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 11, 2004 at 10:30:16PM +0930, Adam Smith probably wrote: > This binary is asking for libraries one by one, so I don't know what to > expect yet, until I get to the end. If what you mean are messages like `shared object not found' from the interpreter, then you can probably do a readelf -d to find out which libraries it actually uses: $ readelf -d /usr/local/bin/pdftex |grep NEEDED 0x00000001 (NEEDED) Shared library: [libpng.so.5] 0x00000001 (NEEDED) Shared library: [libz.so.2] 0x00000001 (NEEDED) Shared library: [libm.so.2] 0x00000001 (NEEDED) Shared library: [libc.so.4] HTH, --=20 DoubleF Democracy is a form of government that substitutes election by the incompetent many for appointment by the corrupt few. -- George Bernard Shaw --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAoYgMwo7hT/9lVdwRAmtIAJ9djFmwxDkt6KALKiokWqrU+PJfCwCeLSKu KTJfntyW+looZ7+7ziNvu+Q= =dJJY -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040512021229.GA888>