2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

Some warnings about the 'No such file or directory' warnings

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@420 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Frodo Looijaard
1999-04-23 23:54:20 +00:00
parent 5e3495c3ab
commit 97fbbaa988
2 changed files with 12 additions and 0 deletions

View File

@@ -88,6 +88,9 @@ behaviour (probably leading to crashes).
If you do a 'make install', remember to do a 'depmod -a' and a 'ldconfig'
to make sure the new modules and shared libraries are recognized.
Do no worry about the 'No such file or directory' warnings when you compile
the package the first time. They are harmless.
TESTING AND RUNNING
===================

View File

@@ -21,6 +21,7 @@ under chapter 6: version 1 questions.
3.2 How do I know which chips I own?
3.3 Which modules should I insert?
3.4 Do I need the configuration file?
3.5 What about the 'No such file or directory' warnings when I compile it?
4 Problems
4.1 Why do my fans report exactly half/double their values by your code
@@ -228,6 +229,14 @@ It is automatically installed as /etc/sensors.conf, but it will not
overwrite any existing file with that name.
3.5 What about the 'No such file or directory' warnings when I compile it?
Don't worry about them. The dependency files (which tell which
files should be recompiled when certain files change) are created
dynamically. They are not distributed with the package. The `make' program
notices they are not there, and warns about that - and the first thing
it will do is generate them. So all is well.
4 Problems