I'm currently using net-snmp version 5.0.9 with
openssl version 0.9.8a. I'm going to upversion openssl
to 0.9.8e, so I need to re-compile net-snmp 5.0.9 with
this new version of openssl.
However, when I re-compiled net-snmp as follows:
1. ./configure
--with-openssl/opt/openssl-0.9.8e/openssl
--with-perl-modules --prefix=/opt/net-snmp
2. make
3. make install
I found the sizes of all the files in the bin
directory, such as snmpget, are much smaller than
those compiled with openssl 0.9.8a.
When I run "make test", it failed and I found from the
test log file, snmpd.log.stdout, the following error:
"ld.so.1: snmpd: fatal: libcrypto.so.0.9.8: open
failed: No such file or directory"
I believe the files generated during "make" in the bin
directory somehow failed to link with the openssl
library files. However, there's no error message when
"make" was done. I do not have problem when I compiled
with openssl 0.9.8a.
Is there any incompatibility issue of net-snmp 5.0.9
with openssl 0.9.8e? Do I need to upversion net-snmp
as well when I upversion openssl to 0.9.8e?
Thanks.
John
____________________________________________________________________________________
Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545433
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Net-snmp-users mailing list
Net-snm...@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
What about $LD_LIBRARY_PATH?
What OS/Revision?
~BAS