libnetsnmp.so.15 error
after installing some cool nagios snmp plugins from nagios-snmp, i ran into a little netsnmp issues $ ./check_snmp_process ./check_snmp_process: error while loading shared libraries: libnetsnmp.so.15: cannot open shared object file: No such file or directory lovely error…. so lets check what the dep’s are: $ ldd check_snmp_process linux-gate.so.1 => (0xffffe000) libnetsnmp.so.15 => not found libm.so.6 … Read More