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
>
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
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
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
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/