Re: cross compile net-snmp

2010-01-13 Thread Colin Strachan
dan > > On Fri, Jan 8, 2010 at 11:30 PM, Colin Strachan <mailto:[email protected]>> wrote: > > Jordan, > > You need to use the makefile properly configured for the target. > > This script builds the 5.4.1agent only for an arm target, tweak to >

Re: cross compile net-snmp

2010-01-08 Thread Colin Strachan
Jordan, You need to use the makefile properly configured for the target. This script builds the 5.4.1agent only for an arm target, tweak to suit your requirements and version. cd net-snmp-5.4.1/ #1 single find command and xargs chokes due to bash line limitation, process sequentially find -nam

Re: sql trap handler available for testing in SVN

2009-02-20 Thread Colin Strachan
Using: ./configure --with-default-snmp-version=3 --with-sys-contact="NA" --with-sys-location="NA" --with-logfile="/var/log/snmpd.log" --with-persistent-directory="/var/net-snmp" My first make attempt failed as the configure script did not detect that the libperl-dev package was not installed p

Re: snmpv3 Encryption Support

2008-04-16 Thread Colin Strachan
Amit I use OpenSSL 0.9.8 which works fine, I'm not sure about 0.9.7. I had a bit of trouble to get encryption enabled initially, using a version of OpenSSL that was not native to the host machine, in the end I specified an absolute path to the OpenSSL directory that contained the files netSNMP nee

Re: How to configure net-snmp for arm-linux

2008-04-01 Thread Colin Strachan
Vishal This script builds the agent only, tweak to suit your requirements. cd net-snmp-5.4.1/ find -name "*.o" -exec rm -f {} \; find -name "*.lo" -exec rm -f {} \; find -name "*.so" -exec rm -f {} \; find -name "*.la" -exec rm -f {} \; find -name "*.a" -exec rm -f {} \; export PATH= $PATH:/opt/