Quote:
[root@localhost root]# uname -r
2.4.22-10mdk
[root@localhost root]# ls -l /usr/src/
total 12
lrwxrwxrwx 1 root root 18 Dec 15 21:44 linux -> linux-2.4.22-21mdk/
drwxr-xr-x 4 root root 4096 Dec 15 21:44 linux-2.4.22-10mdk/
drwxr-xr-x 19 root root 4096 Dec 15 21:43 linux-2.4.22-21mdk/
|
You're running 2.4.22-10mdk, but your /usr/src/linux is pointing to 2.4.22-21mdk. This won't work. You need to either reboot to 2.4.22-21mdk, or update your /usr/src/linux link to poitn to linux-2.4.22-10mdk.
--andy