I am facing this particular error
/usr/sbin/snmpd: symbol lookup error: /usr/sbin/snmpd: undefined symbol: smux_listen_sd
when I restart the snmpd service on my computer. Whenever I do the sudo service snmpd restart, it gives me the error shown above.
I have tried to search this issue on web, but the suggestion which I got is that snmp libraries are on present on path /usr/lib/ and /usr/local/lib/, but I could not see snmp libraries on both paths. My snmp libraries are present only on /usr/local/lib.
I also tried to uninstall snmpd, but it gave me same error. I don't want to remove net-snmp package as it has dependency on other modules. I am working on Ubuntu 13.10.
Could any one help me?