On 9 November 2011 05:03, Deepak MVK <[email protected]> wrote: > I was successfully able to install net-snmp5.7.1 on my ubuntu laptop. > However when I try to read the version number using snmpget --version I am > getting this error: > snmpget: error while loading shared libraries: libnetsnmp.so.30: > cannot open shared object file: No such file or directory.
Is this library file installed? (Probably under /usr/local/lib/libnetsnmp.so.30) If so, then it's probably a matter of telling the linker about it. Try creating a file /etc/ld.so.conf.d/net-snmp.conf containing the token /usr/local/lib (assuming this is where the library is located). Then run the command "ldconfig". This should be sufficient to fix the problem. Dave ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
