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
pgp00000.pgp
Description: PGP signature
