[SLE] Unresolved symbols!!!
Hi there, I just recompiled a kernel and during boot I get a whole &*%$list of unresolved symbols! I haven't done anything oout of the ordinary. Does anyone have a clue how I can fix this? Thank you very much. -- Yatsen Ng yatsenng@casema.net It said "Needs Windows 98 or better." So I installed Linux... -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
SuSE has a very large /etc/conf.modules file that lists standard values for just about every module there is. If you recompile your kernel, and remove support for certain things, then you will recieve this message. Look at what the meesage says, and then edit your /etc/conf.modules file. Usually you can just change the last value in the appropriate line to 'off' (no quotes), and that will solve the problem. I hope that this helps you. Victor On Fri, 28 Apr 2000, Yatsen Ng wrote:
Hi there,
I just recompiled a kernel and during boot I get a whole &*%$list of unresolved symbols! I haven't done anything oout of the ordinary. Does anyone have a clue how I can fix this? Thank you very much.
-- Yatsen Ng yatsenng@casema.net
It said "Needs Windows 98 or better." So I installed Linux...
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
* Victor R. Cardona (vcardona@home.com) [20000428 19:16]:
message. Look at what the meesage says, and then edit your /etc/conf.modules file. Usually you can just change the last value in the appropriate line to 'off' (no quotes), and that will solve the problem.
Nope, that won't fix the 'unresolved symbols' case. This either happens when you forgot to configure some needed code/module or when you compile your own kernel which has the same version as the SuSE kernel and you didn't delete or rename the modules directory. In the former case, you have to find out what additional kernel support you need. In the latter case, just delete or rename /lib/modules/<kernel version>, change to /usr/src/linux and do a 'make install_modules'. Philipp -- Philipp Thomas <pthomas@suse.de> Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany #define NINODE 50 /* number of in core inodes */ #define NPROC 30 /* max number of processes */ -- Version 7 UNIX fuer PDP 11, /usr/include/sys/param.h -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Right. Sorry, I got confused on the messages. Victor On Sun, 30 Apr 2000, Philipp Thomas wrote:
* Victor R. Cardona (vcardona@home.com) [20000428 19:16]:
message. Look at what the meesage says, and then edit your /etc/conf.modules file. Usually you can just change the last value in the appropriate line to 'off' (no quotes), and that will solve the problem.
Nope, that won't fix the 'unresolved symbols' case. This either happens when you forgot to configure some needed code/module or when you compile your own kernel which has the same version as the SuSE kernel and you didn't delete or rename the modules directory.
In the former case, you have to find out what additional kernel support you need. In the latter case, just delete or rename /lib/modules/<kernel version>, change to /usr/src/linux and do a 'make install_modules'.
Philipp
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
I did # rm -rf /lib/modules/2.2.14 and then # cd /usr/src/linux ; make modules modules_install Afterwards everything worked fine. Thanks for the help - especially Philip Thomes. -- yatsen Ng yatsenng@casema.net It said "Needs Windows 98 or better." So I installed Linux... -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (3)
-
pthomas@suse.de
-
vcardona@home.com
-
yatsenng@casema.net