On 07/08/07, Vishal N <[EMAIL PROTECTED]> wrote: > I am getting following error message at the time of > executing snmpd. > > "/snmpd: error while loading shared libraries: > libnetsnmphelpers.so.5: cannot load shared object > file: No such file or directory" > > libnetsnmphelpers.so.5 and other required libraries > are in current folder. > > I have exported LD_LIBRARY_PATH=".", but still it is > giving above error message. > > Anyone know how to resolve this issue?
You don't say which O/S you're working with, but you might need to run "ldconfig", to tell the linker about the new libraries. Dave ------------------------------------------------------------------------- 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 [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
