I compiled net-snmp-5.4.1.tar.gz and installed snmpd
on FC6.

# ldd /usr/local/sbin/snmpd
        linux-gate.so.1 =>  (0x00110000)
        libnetsnmpagent.so.15 => not found
        libnetsnmphelpers.so.15 => not found
        libnetsnmpmibs.so.15 => not found
        libnetsnmp.so.15 => not found
...

# export LD_LIBRARY_PATH=/usr/local/lib

# ls -l /usr/local/lib/libnetsnmpagent.so.15
-r--r--r-- 1 root root 242876 Nov  9 11:25
/usr/local/lib/libnetsnmpagent.so.15


# ldd /usr/local/sbin/snmpd
        linux-gate.so.1 =>  (0x001be000)
        libnetsnmpagent.so.15 =>
/usr/local/lib/libnetsnmpagent.so.15 (0x0050e000)
        libnetsnmphelpers.so.15 =>
/usr/local/lib/libnetsnmphelpers.so.15 (0x00435000)
        libnetsnmpmibs.so.15 =>
/usr/local/lib/libnetsnmpmibs.so.15 (0x00869000)
        libnetsnmp.so.15 =>
/usr/local/lib/libnetsnmp.so.15 (0x00567000)
...

# service snmpd start
Starting snmpd:WARNING: initlog is deprecated and will
be removed in a future release
/usr/local/sbin/snmpd: error while loading shared
libraries: libnetsnmpagent.so.15: cannot open shared
object file: No such file or directory


Why libnetsnmpagent.so.15 cannot be opened?



      Connect with friends from any web browser - no download required. Try the 
new Yahoo! Canada Messenger for the Web BETA at 
http://ca.messenger.yahoo.com/webmessengerpromo.php

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to