I_
CentOS 5.3 i686, Dedicated server
required yum packages installed, updated, upgraded, rebooted
firewall and selinux disabled
II_
asterisk-1.6.1-current
dahdi-linux-complete-current
downloaded and extracted to the /usr/src
III_
root@chicago [/usr/src]# rpm -q kernel kernel-devel
kernel-2.6.18-128.1.14.el5
kernel-devel-2.6.18-128.1.14.el5
root@chicago [/usr/src]# uname -r
2.6.18-128.1.14.el5
…
root@chicago [/usr/src/dahdi-linux-complete-2.2.0-rc5+2.2.0-rc3]# make; make install
!!!You do not appear to have the sources for the 2.6.18-128.1.14.el5 kernel !!!installed.
IV_
root@chicago [/usr/src]# cd /lib/modules/uname -r
root@chicago [/lib/modules/2.6.18-128.1.14.el5]# rm -f build
root@chicago [/lib/modules/2.6.18-128.1.14.el5]# ln -s /usr/src/2.6.18-128.1.14.el5 build
root@chicago [/lib/modules/2.6.18-128.1.14.el5]# ll
…
root@chicago [/usr/src/dahdi-linux-complete-2.2.0-rc5+2.2.0-rc3]# make; make install
!!!You do not appear to have the sources for the 2.6.18-128.1.14.el5 kernel !!!installed.
Is there any IDEA?!