Discussion:
net-snmp instalation problem :snmpd not installed
deepak.sachan deepak.sachan
2017-01-20 11:42:41 UTC
Permalink
Hi
I am trying to install net-snmp on ubuntu13.10 from .tar source . After complete installation-
1. I am not able to find snmp.conf &snmpd.conf
2. snmp server (snmpd) is not installed. (is it possible while installing net-snmp ,snmpd is not installed )
3. All the snmp client tool (snmpwalk ,snmpget etc) are running except snmpd . while running -
$ snmpd
snmpd: symbol lookup error: /usr/local/lib/libnetsnmpmibs.so.30: undefined symbol: netsnmp_memdup
$ sudo service snmpd start
snmpd: unrecognized service


thanks
Wes Hardaker
2017-02-23 14:56:59 UTC
Permalink
Post by deepak.sachan deepak.sachan
1. I am not able to find snmp.conf &snmpd.conf
You likely need to create them. Some packages come with example
configuration files, I'm not sure about ubuntu.
Post by deepak.sachan deepak.sachan
2. snmp server (snmpd) is not installed. (is it possible while installing net-snmp ,snmpd is not
installed )
You likely need to install the agent package, not just the primary
net-snmp package. Search the package database in ubuntu for "snmpd".
Post by deepak.sachan deepak.sachan
3. All the snmp client tool (snmpwalk ,snmpget etc) are running except snmpd . while running -
$ snmpd
snmpd: symbol lookup error: /usr/local/lib/libnetsnmpmibs.so.30: undefined symbol: netsnmp_memdup
That sounds like a version incompatibility. IE, I think you've manually
compiled net-snmp at some *and* have a package installed. That is
generally a bad thing to do because of library differences.
--
Wes Hardaker
Please mail all replies to net-snmp-***@lists.sourceforge.net
Loading...