finding library routines

Ulrich Drepper drepper at redhat.com
Fri Apr 7 23:41:08 UTC 2006


Wolfgang S. Rupprecht wrote:
>            $ nm -Agp /usr/lib64/libssl.so
>            nm: /usr/lib64/libssl.so: no symbols
> 
> A stripped library???  How does that work?

Because the linker knows it has to look at the dynamic symbol table, not
the regular one.  The latter gets stripped away, the former is always
present.  Just use

  nm -D /usr/lib64/libssl.so

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20060407/a0a97d37/attachment-0002.bin 


More information about the users mailing list