Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

a problem about shared library dependenice

0 views
Skip to first unread message

Eagl...@gmail.com

unread,
Nov 1, 2005, 9:18:54 AM11/1/05
to
Hi,
I'm trying to find out unnecessary shared library dependencies by using
following command: ldd -r -u some-mozilla-shared-library on solaris 10

I find some shared libraries uses some unnecessary libraries. E.g.
ldd -r -u libmozjs.so reports that /usr/lib/libdl.so.1 is an unused
object.
this library doesn't appear in the command line (e.g. no -ldl option).

Do anyone know why libmozjs.so depends on this shared library?

Thanks

Brian

Eagl...@gmail.com

unread,
Nov 1, 2005, 9:19:03 AM11/1/05
to

Gangadhar NPK

unread,
Dec 19, 2005, 1:07:26 AM12/19/05
to Eagl...@gmail.com
If I am not wrong, libdl.so is the dynamic loader. I think most of the
shared libs are linked to it by default.

Gangadhar NPK

unread,
Dec 19, 2005, 1:07:38 AM12/19/05
to
If I am not wrong, libdl.so is the dynamic loader. I think most of the
shared libs are linked to it by default.
0 new messages