Thanks, but I meant locate the installation for it. I assume that there
is an rpm to install the kernel source ?
Pedro Fernandes Macedo wrote:
Jonathan Villa wrote:
I'm trying to do the same thing, however I'm using
kernel-2.4.22-1.2135. Where can I locate the kernel headers for it?
I'm running Fedora Core 1
Jonathan,
first check if you have the kernel source installed , using rpm -qa |
grep "kernel-source" . If it finds kernel-source-2.4.22-1.2135.nptl ,
then the source will be on /usr/src/linux (it's a symlink to
/usr/src/linux-2.4.22-1.2135.nptl) . If the rpm command doesnt return
anything , you need to download and install the kernel source .
Pedro Macedo