This is a discussion on RE: libnetsnmpagent.so.15 within the SNMP Users forums, part of the Networking and Network Related category; > From: net-snmp-users-bounces@lists.sourceforge.net = > [mailto:net-snmp-users-bounces@lists.sourceforge.net] On = > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> From: net-snmp-users-bounces@lists.sourceforge.net = > [mailto:net-snmp-users-bounces@lists.sourceforge.net] On = > Behalf Of Murilo Fujita > Sent: Monday, March 31, 2008 7:12 AM > I tried to compile net-snmp-5.4.1 source and when I tested = > using the command showed below, I received the answer: > = > $ /usr/local/sbin/snmpd > /usr/local/sbin/snmpd: error while loading shared libraries: = > libnetsnmpagent.so.15: cannot open shared object file: No = > such file or directory > = > No errors for the configure, make and make install commands. > I looked for the libraries and I don=B4t find. Can you do a = > comment about it? For a build to /usr/local, the shared libraries should be in /usr/local/li= b. Also, you will need to add that directory to your shared library search= path, which is not the same as PATH. For bash on Solaris or Linux: $ export LD_LIBRARY_PATH=3D$LD_LIBRARY_PATH:/usr/local/lib HTH, Mike ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216...et/marketplace _______________________________________________ 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/...net-snmp-users |