Den 31-08-2016 kl. 16:00 skrev renjini ravi:
> Hi Team,
> 
> I am trying to build NetSNMP 5.7.2 for SNMPV3 with external openSSL. My
> Configure looks like  this
> 
> ./configure --prefix=/opt/mysnmp                                    \
>                 --enable-shared --enable-reentrant                        \
>                 --with-mib-modules="agentx host/hr_system agentx/master" \
>                 --with-openssl=/usr/local/ssl                          
>      \
>                 --enable-ucd-snmp-compatibility                       \
>                 --with-default-snmp-version=2                         \
>                 --enable-ipv6 --with-transports="UDP UDPIPv6 TCP TCPIPv6" \
>                 --disable-embedded-perl  --without-perl-modules       \
>                 ; 
> Configuration logs looks like below & configure is failing.
> 
> 
> checking for nlist... no
> checking for nlist64... no
> checking for knlist... no
> checking for potential embedded Perl support... disabled
> checking if we can install the Perl modules... no
> checking if we should install the python bindings... no
> checking for authentication support... configure: error: Asked to use
> OpenSSL but I couldn't find it.

Have you looked into config.log for a possible explanation?
Are the headers in /usr/local/openssl/include/ and the library in
/usr/local/openssl/lib/

/Niels

-- 
Niels Baggesen - @home - Ã…rhus - Denmark - n...@users.sourceforge.net
The purpose of computing is insight, not numbers   ---   R W Hamming

------------------------------------------------------------------------------
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to