Re: finding library routines

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 ❖

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux