I ran "/usr/local/sbin/snmpd  -v" and that outputted "NET-SNMP version: 
5.9.4.pre2"

/usr/sbin/snmpd was preinstalled on my system and I must have gotten the two 
confused.

I ran "ps -aux | grep snmpd" and confirmed that snmpd is running.

I ran the following to export an example MIB:
"export MIBS=+NET-SNMP-AGENT-MIB"

I ran the following command:
snmpwalk -v 3 -u linuser -l authPriv -a SHA -A linuserpass -x DES -X 
linprivpass localhost" with the user settings I mentioned in my original post.

Im encountering the following:
"snmpwalk: Timeout"





-----Original Message-----
From: Niels Baggesen <ni...@baggesen.net> 
Sent: Tuesday, July 30, 2024 3:29 PM
To: net-snmp-coders@lists.sourceforge.net
Subject: Re: libnetsnmpagent.so.35: cannot open shared object file: No such 
file or directory

Den 30-07-2024 kl. 21:22 skrev Peter Majdalani:
 > It installed into /usr/local/bin

So why are you running /usr/sbin/snmpd and not /usr/local/sbin/snmpd?

How was /usr/sbin/snmpd installed on your system, and without the proper 
libraries?

 > A solution I tried was to make symbolic links inside the /usr/local/lib for 
 > the respective libnetsnmpagent.so.35 that link to their respective .so.40 
 > links

A very bad idea, than will lead to endless problems.

/Niels

--
Niels Baggesen -- @home -- Ã…rhus -- Denmark -- ni...@baggesen.net The purpose 
of computing is insight, not numbers  --  R W Hamming



_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders


_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to