Hello all, I have downloaded and built Net-SNMP 5.4 from the tar.gz of source. Everything looked proper in the build and install process, and I have used all default directories. The configure script was run as:
./configure --with-mib-modules=smux --enable-local-smux When I try to run snmpd (while su, in /usr/local/sbin) as: ./snmpd -m all ./snmpd: error while loading shared libraries: libnetsnmpmibs.so.15: cannot open shared object file: No such file or directory The output of: ls -l /usr/local/lib/libnetsnmpmibs* is as follows: -rw-r--r-- 1 root root 3686890 2007-01-12 10:43 /usr/local/lib/libnetsnmpmibs.a -rwxr-xr-x 1 root root 845 2007-01-12 10:43 /usr/local/lib/libnetsnmpmibs.la lrwxrwxrwx 1 root root 24 2007-01-12 10:43 /usr/local/lib/libnetsnmpmibs.so -> libnetsnmpmibs.so.15.0.0 lrwxrwxrwx 1 root root 24 2007-01-12 10:43 /usr/local/lib/libnetsnmpmibs.so.15 -> libnetsnmpmibs.so.15.0.0 -rwxr-xr-x 1 root root 2333897 2007-01-12 10:43 /usr/local/lib/libnetsnmpmibs.so.15.0.0 It appears that the file in question is there and should be accessible. I have only found one post mentioning something like this, but it did not address this particular issue exactly. Anyone seen anything similar or know how to fix? Thank you in advance, Dave Arthur ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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
