Hello! I've tried to run SNMP tests but I've got this error:
root@fatboy:/usr/lib/mon/mon.d# perl -c process.monitor perl: relocation error: /usr/lib/perl5/site_perl/i386-linux/auto/SNMP/SNMP.so: undefined symbol: netsnmp_ds_toggle_boolean All SNMP modules are installed, please help. Thanks -- Jan Vitek Peter HOLZLEITNER wrote: >>You must install the SNMP perl module. You should find it at > > www.cpan.org > > In particular ... > > Make sure package ucd-snmp-devel-[version] is installed. > You will also need openssl-devel-[version]. > > Get http://www.cpan.org/modules/by-module/SNMP/SNMP-4.2.0.tar.gz > Unpack this, then run > perl Makefile.PL > make > make test > make install > (or use the CPAN shell instead of the above steps if you prefer). > > --Peter > >
