> Rob> './configure --with-openssl=/usr/bin/openssl' > > Rob> Then with 'make' got the same: > Rob> ../snmplib/.libs/libnetsnmp.so: undefined reference to > `des_cbc_encrypt' > Rob> ../snmplib/.libs/libnetsnmp.so: undefined reference to > `des_key_sched' > Rob> ../snmplib/.libs/libnetsnmp.so: undefined reference to > `des_ncbc_encrypt' > > Try ./configure without the above openssl argument. it should find it > itself and the way you did it above is actually not a legal value for > the flag (it should be a directory not a path to a binary).
Tried it several ways including uninstalling & deleting old OpenSSL's and reompiling from source. Still same error...I probably missed some older versions of OpenSSL since I did get things running by doing: './configure --without-openssl' I'm still getting this warning albeit at least Net-SNMP appears to be running: netsnmp_assert "list key" == "is unique" failed data_list.c:117 netsnmp_data_list_add_node() ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
