|
-
August 21st, 2003, 04:25 AM
#11
Originally posted here by Scatman420
Friends,
I think I know what to do but I need my Kernels header (source) files! I have no idea where to obtain them and am very frustrated! Would someone help...
scat
Which distro? It's been a while but with mandrake and redhat you could go into the RPMS dir on the CD and find them in there...
-
August 21st, 2003, 04:26 AM
#12
what flavor of *nix are you running?
-
August 21st, 2003, 04:27 AM
#13
Member
 If the scatman can do it so can you.
-
August 21st, 2003, 04:30 AM
#14
Originally posted here by cheyenne1212
what flavor of *nix are you running?
First jag and now you, I'm being stalked by everyone 
Scatman: Check yer RPMS folder and just install the rpm..
-
August 21st, 2003, 04:35 AM
#15
lol. I posted to late. 
Since HT told you where to find the kernel, if you want to configure the kernel heres a great great link. It also goes on and tells you how to compile it.
http://www.linuxheadquarters.com/how...elconfig.shtml
-
August 21st, 2003, 04:37 AM
#16
Member
Where is this RPM's folder?
 If the scatman can do it so can you.
-
August 21st, 2003, 04:38 AM
#17
On the CD-Rom.. or at one of the distro sites... prolly i386/RPMS or something similar..
-
August 21st, 2003, 06:28 AM
#18
Member
Ok people....I've got the src.rpm file but when i click on it nothing happens. So naturally I try to do it from the command like and still nothing! Perhaps I'm a a big *****in' noob....What is the command for installing this rpm!?
scat
 If the scatman can do it so can you.
-
August 21st, 2003, 06:53 AM
#19
( by the way, you may want the kernel-source-2.4.whatever.rpm, NOT whatever.src.rpm .. that is for kernel hacking, which I do not think you are ready for )
BEFORE you install it, you said you are runnung RH 9.0 ... but have you installed any updates yet?
if not, try
man rpm
something like
rpm -ivh kernel-source-*
should install the kernel source if in the same directory ( should install the source to /usr/src/ ).
If you have updated the kernel ( there are new kernel updates at Red Hat ; you will need the same kernel source as the one installed.
Try
rpm -qa | grep kernel
to see what you have installed
If you need to update the kernel, please read Upgrading the Linux Kernel on Red Hat Linux systems
and
The Linux Kernel HOWTO
" And maddest of all, to see life as it is and not as it should be" --Miguel Cervantes
-
August 21st, 2003, 12:20 PM
#20
You are actually looking for kernel-headers*.rpm. Make sure you are looking on the CD/Red Hat distro site. If you are on rpmfind.net make sure the kernel versions match. Then run
Code:
rpm -Uvh kernel-headers*.rpm
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|