Re: Facing SNMPV3 Build issues

2016-08-31 Thread Niels Baggesen
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


Facing SNMPV3 Build issues

2016-08-31 Thread 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... nochecking for nlist64... nochecking for knlist... 
nochecking for potential embedded Perl support... disabledchecking if we can 
install the Perl modules... nochecking if we should install the python 
bindings... nochecking for authentication support... configure: error: Asked to 
use OpenSSL but I couldn't find it.

Am i missing some Configuration options here ?Can you please help me here?
RegardsRenjini--
___
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders