Re: net-snmp-5.7.2 with openssl1.0.2 causing error

2016-08-22 Thread Wes Hardaker
Test ssl writes: > yes we did useĀ  --with-openssl and pointed it towards the openssl > library of 1.0.2h compiled by us. But strangely net-snmp still looking > for 1.0.1 openssl. Look carefully at the output of configure when you run it and ensure it's finding what it needs in your 1.0.2h path y

Re: net-snmp-5.7.2 with openssl1.0.2 causing error

2016-08-12 Thread Test ssl
Hi Lee, yes we did use --with-openssl and pointed it towards the openssl library of 1.0.2h compiled by us. But strangely net-snmp still looking for 1.0.1 openssl. I run the "objdump -x libnetsnmpagent.so" command and found the below:- Dynamic Section: NEEDED libnetsnmp.so.30

Re: net-snmp-5.7.2 with openssl1.0.2 causing error

2016-08-11 Thread Lee
On 8/11/16, Test ssl wrote: > Hi , > > > I am getting below error :- > > libcrypto.so.1.0.1, needed by libnetsnmpagent.so, not found (try using > -rpath or -rpath-link) > > > I have upgraded openssl from 1.0.1q to 1.0.2h for my project. > > does net-snmp by default looks for openssl 1.0.1 series.

net-snmp-5.7.2 with openssl1.0.2 causing error

2016-08-11 Thread Test ssl
Hi , I am getting below error :- libcrypto.so.1.0.1, needed by libnetsnmpagent.so, not found (try using -rpath or -rpath-link) I have upgraded openssl from 1.0.1q to 1.0.2h for my project. does net-snmp by default looks for openssl 1.0.1 series. Is there anyway to force it to point towards 1