On 16 February 2011 03:29, Abraham Varricatt
<abraham.varricatt+s...@googlemail.com> wrote:

>  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


An alternative solution is to create a file

     /etc/ld.so.conf.d/local.conf

containing "/usr/local/lib",   and then run the command "ldconfig"

The advantage of this over setting the LD_LIBRARY_PATH variable, is that
it will fix the problem for *all* users of the system (including
yourself and root).
Otherwise, each person who wishes to use the Net-SNMP tools would
need to set LD_LIBRARY_PATH individually.

Dave

------------------------------------------------------------------------------
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

Reply via email to