LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   programs still think i have old kernel (https://www.linuxquestions.org/questions/linux-general-1/programs-still-think-i-have-old-kernel-47753/)

wr3ck3d 03-01-2003 12:02 PM

programs still think i have old kernel
 
I am trting to reinstall the ALSA drivers and when i run a configure it still thinks i am using the 2.4.18 kernel when in fact i am using the 2.4.20....is there somthing else i had to do after i compiled it?? -thanks

MasterC 03-01-2003 12:14 PM

You have to move your kernel source you /usr/src and then symlink it to /usr/src/linux since that's where programs that are compiled against the kernel look.

So, assuming you already have the directory from the 2.4.20 kernel in /usr/src simply:
ln -sf /usr/src/linux-2.4.20 /usr/src/linux

Cool


All times are GMT -5. The time now is 03:32 AM.