>>>>> On Thu, 20 Jan 2005 16:12:50 -0500, Rob Kudyba <[EMAIL PROTECTED]> said:
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). -- Wes Hardaker Sparta ------------------------------------------------------- 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
