Hi,

[EMAIL PROTECTED] wrote:
Could anyone tell me what this means?


service snmpd start Starting snmpd: /usr/sbin/snmpd: error while loading shared libraries: /usr/sbin/snmpd: undefined symbol: netsnmp_daemonize [FAILED] Thanks in advance.

Jose

It means that the binary is missing something (in most cases a shard library). This can happen if you installed snmp by a binary package and forgot to solve some dependencies (or something like this)


You should run "ldd /usr/sbin/snmpd" and should see something like this:

[EMAIL PROTECTED]:~$ ldd /usr/sbin/snmpd
libnetsnmpagent.so.5 => /usr/lib/libnetsnmpagent.so.5 (0x40021000)
libnetsnmpmibs.so.5 => /usr/lib/libnetsnmpmibs.so.5 (0x4003a000)
libnetsnmphelpers.so.5 => /usr/lib/libnetsnmphelpers.so.5 (0x4014a000)
libwrap.so.0 => /lib/libwrap.so.0 (0x4015f000)
libnetsnmp.so.5 => /usr/lib/libnetsnmp.so.5 (0x40168000)
libsensors.so.3 => /usr/lib/libsensors.so.3 (0x40203000)
libm.so.6 => /lib/tls/libm.so.6 (0x4022c000)
libdl.so.2 => /lib/tls/libdl.so.2 (0x4024f000)
libc.so.6 => /lib/tls/libc.so.6 (0x40253000)
libnsl.so.1 => /lib/tls/libnsl.so.1 (0x4038e000)
libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0x403a3000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)



If there is a line in the output which looks like

 libwrap.so.0 => not found

than you've found the problem and you can install the missing library

Regards
Sven Herzing





This message powered by EMUmail.  http://EMUmail.com




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


--
Sven Herzing
WEB.DE AG
http://comwin.name/[EMAIL PROTECTED]


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to