On Wed, Feb 16, 2011 at 8:52 AM, <rabie...@rockwellcollins.com> wrote:
>
> I followed the instructions on (
> http://www.net-snmp.org/wiki/index.php/Net-Snmp_on_Ubuntu) with a fresh
> install of Ubutru v9 (a friend loaned me a CD that he had) and got through
> the ./configure, make and make install sequence as detailed on that web
> page. I did get the same configuration summary information that is listed
> there too. Ok, so far.
>
> I wanted to work through some examples using the command-line applications
> . When I invoke snmpget or snmpset from the bash shell there is an issue
> while loading the shared libraries; specifically I get:
>
> "error while loading shared libraries: libnetsnmp.so.25 cannot open shared
> object file. No such file or directory"
>
My apologies. There is an additional step that needs to be put in the
tutorial,
Just add the following line to your .bashrc file (located in your home
directory)
export LD_LIBRARY_PATH=/usr/local/lib
If you have followed the steps as mentioned on the wiki, then net-snmp will
be installed on your ubuntu system. What's 'lacking' (for want of a better
term) is the library connection.
You may need to logout/login from your current session for this to work.
Please reply back once things are working,
Guy who wrote that tutorial,
Abraham V.
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders