Re: Linux library compatibility (libgmodule-2.0.so.0)
From: Sergey Zaharchenko (doublef_at_tele-kom.ru)
Date: 05/12/04
- Previous message: Dan MacMillan: "RE: make world : did it fail?"
- In reply to: Adam Smith: "Linux library compatibility (libgmodule-2.0.so.0)"
- Next in thread: Adam Smith: "Re: Linux library compatibility (libgmodule-2.0.so.0)"
- Reply: Adam Smith: "Re: Linux library compatibility (libgmodule-2.0.so.0)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 12 May 2004 06:12:29 +0400 To: Adam Smith <adam@internode.com.au>
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
- application/pgp-signature attachment: stored
- Previous message: Dan MacMillan: "RE: make world : did it fail?"
- In reply to: Adam Smith: "Linux library compatibility (libgmodule-2.0.so.0)"
- Next in thread: Adam Smith: "Re: Linux library compatibility (libgmodule-2.0.so.0)"
- Reply: Adam Smith: "Re: Linux library compatibility (libgmodule-2.0.so.0)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]