Installing
glibc-static-devel did in fact solve the problem.
module-init-tools-3.0 is now running happily on my PC.
I would like to pass on a couple of flags I discovered and ask two more questions.
This morning before
Giovanni26 posted the solution, I googled the last line of the message I received when I ran <make check>. "make: *** [insmod.static] Error 1." The search produced nothing specific to my problem, but one of the archives caught my eye. When someone described getting this same error the response was:
Quote:
It looks like you don't have the ability to make static libraries
glibc-static-devel
|
This evening as I prepared to post this I looked for things that I had missed when I prepared to install this utility and in the FAQ I found
Quote:
Q) I get "/usr/bin/ld: cannot find -lc"
A) You need to install a development package which contains libc.a.
|
It seems like I had all the information in the FAQ to alert me to this--I like some others whose posts I have seen thought that libc.a would be a standard component in a distribution. My question is this: As I continue on my linux journey, is this something that I will encounter when installing from source or is there some documentation that alerts me to what various libraries contain and which to install?
Here is my second question. The upper level README contains installation instructions. After the step for <make install> there are three other items:
Quote:
3) If running for the first time, you might want to convert your old
modules.conf to modprobe.conf:
./generate-modprobe.conf /etc/modprobe.conf
4) If you are using devfs, copy modprobe.devfs to /etc
5) You will need to run "depmod" for your new kernel, eg:
depmod 2.5.50
|
I forgot about these items this morning when I completed the install; however, tonight when I "fired up" everything installed correctly and is running smoothly. I do not have /etc/modprobe.conf, and
Code:
locate modprobe.conf
locate modprobe.devfs
produces no results. I need to read the man pages for modprobe, but in the meantime, since my original goal is to migrate to kernel 2.6.3, should I anticipate any problems with this when I run <depmod> for the new kernel?
Thanks to those who answer my questions, and I hope that my experience will aid others having this same situation.