[nmglug] lm_sensors-3.1.0 Makefile Q?
Nick Frost
nickf at nickorama.com
Mon May 25 08:26:44 PDT 2009
On May 25, 2009, at 6:59 AM, a wrote:
> What is the correct command specific to mv, /usr/local/lib
> to /etc/ld.so.conf!, as required by the Warning message quoted below,
> (Do I move or copy "/usr/local/lib" or just its contents)?
Neither. If you move /usr/local/lib it's highly probably you will
break your system.
The message is telling you that the linker is not finding /usr/local/
lib listed in ld.so.conf.
if you edit ld.so.conf and add an entry for;
/usr/local/lib
to the file
and then run;
ldconfig
that hopefully will resolve the issue. ld.so.conf is where the linker
search path is defined.
http://linux.die.net/man/8/ldconfig
-Nick
----------------------------------------
Nicholas S. Frost
7 Avenida Vista Grande #325
Santa Fe, NM 87508
nickf at nickorama.com
----------------------------------------
More information about the nmglug
mailing list