Re: Does Netsnmp-5.8 used internal openssl files or external Openssl library under yoctoproject
Wes Hardaker via Net-snmp-coders <[email protected]>
| Newsgroups | gmane.network.net-snmp.devel |
|---|---|
| Message-ID | <[email protected]> |
Sanjay Kumar <[email protected]> writes: > Can I assume without this configuration netsnmp is using the OpenSSL > library? It only uses the internal implementation (for just sha1/md5/etc support really) with that flag. You should be able to run ./net-snmp-config --external-libs If it returns -lcrypto in the results then you're linking to an external library. -- Wes Hardaker Please mail all replies to [email protected]