PDA

View Full Version : how to see the DD library name under linux


tapo2001
October 11th, 2001, 09:16
Hi,
I'm using ltrace. I do not understand how to see the name of the library (.so) to which the call is made. Do you know how to do that?
Actually I used "nm" in the library files listed in LD_LIBRARY_PATH but no one has the name retuned by ltrace:

#ltrace <exeName>
..
..
libFunc(...)
..
..
# nm -s <LD_PATH_1>
..
..
# nm -s <LD_PATH_2>
..
..
no one has libFunc inside!!!

Can you help me?
Tapo