Linux library compatibility (libgmodule-2.0.so.0)

Sergey Zaharchenko doublef at tele-kom.ru
Tue May 11 19:19:09 PDT 2004


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,

-- 
DoubleF
Democracy is a form of government that substitutes election by the
incompetent many for appointment by the corrupt few.
		-- George Bernard Shaw
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040512/3c242cf7/attachment.bin


More information about the freebsd-questions mailing list