This is a discussion on Building 5.2.1 on Solaris - Undefined symbols within the SNMP Users forums, part of the Networking and Network Related category; Hi All! I am building 5.2.1 from source on Solaris 7 and 8. My configure call is in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All!
I am building 5.2.1 from source on Solaris 7 and 8. My configure call is in a script that looks like this: ../configure --without-ssl --with-sys-contact=3Dhotline@elaxy.com --with-sys-location=3D"Elaxy Datacenter" = --with-default-snmp-version=3D1 --with-logfile=3D/var/log/snmpd.log --with-persistent-directory=3D/var/net-snmp --with-copy-persistent-files=3Dno --with-mib-modules=3D"host" = --disable-des The build runs for a long time and then errors out with this: Undefined first referenced symbol in file EVP_MD_CTX_cleanup ../snmplib/.libs/libnetsnmp.so EVP_MD_CTX_init ../snmplib/.libs/libnetsnmp.so EVP_DigestFinal_ex ../snmplib/.libs/libnetsnmp.so I googled and found some references that said these are references to openssl. Well, if I comfigure it with --without-ssl, why is it trying to compile in openssl stuff? Or am I missing something? Regards, Jim Mohr ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |