On 12/01/07, David Arthur <[EMAIL PROTECTED]> wrote: > 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
Which O/S are you running on? You may need to run something like 'ldconfig' to update the linker cache information, so that it knows about the new libraries. See your system's documentation for 'ld' for full details. Dave ------------------------------------------------------------------------- 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
