From a45067c28062db953e60e929f96b0d31d79dbcdb Mon Sep 17 00:00:00 2001 From: Frodo Looijaard Date: Sat, 20 Nov 1999 19:20:28 +0000 Subject: [PATCH] Some remarks in INSTALL about adding /usr/local/lib to /etc/ld.so.conf if you get libsensors not found problems. Had this one two or three times in the ticket area the last weeks... git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@633 7894878c-1315-0410-8ee3-d5d059ff63e0 --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index 91968c2d..9004ffc3 100644 --- a/INSTALL +++ b/INSTALL @@ -254,6 +254,10 @@ will scan all available I2C and SMBus adapters for all known devices, and give you a list of what modules you need to insert. It is written in Perl, and you will need at least Perl 5.004 to run it succesfully. +If `sensors' returns some error message about not being able to load +libsensors, you have to add the directory in which it is installed +(by default /usr/local/lib) to /etc/ld.so.conf and run `ldconfig'. + You can use the installed sensors program to get a report of all detected sensor devices. There is also a manual page for this program. Calling `sensors -s' will set the limits and other configuration settings