Radek Vokál wrote:
seems some libs need to add other shared libs at link time
for a few things:

[EMAIL PROTECTED] ~]$ ldd -r /usr/lib/libnetsnmp.so.5.1.2
ldd: warning: you do not have execution permission for
`/usr/lib/libnetsnmp.so.5.1.2'
undefined symbol: EVP_DigestInit        (/usr/lib/libnetsnmp.so.5.1.2)
undefined symbol: EVP_DigestFinal       (/usr/lib/libnetsnmp.so.5.1.2)
[...]

The library isn't self-contained. You need to link with what "net-snmp-config --external-libs" tells you.


+Thomas

--
Thomas Anders (thomas.anders at blue-cable.de)


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to