tapo2001
10-11-2001, 10:16 AM
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
..
..
libFunc(...)
..
..
# nm -s
..
..
# nm -s
..
..
no one has libFunc inside!!!
Can you help me?
Tapo
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
..
..
libFunc(...)
..
..
# nm -s
..
..
# nm -s
..
..
no one has libFunc inside!!!
Can you help me?
Tapo
