Hello everybody. I've been trying to install the DAHDI driver tar dahdi-linux-complete-2.10.0.1+2.10.0.1 on a CentOS 6.6 server. When I input the make command, I get the following error:
make -C linux all
make[1]: Entering directory `/usr/src/dahdi-linux-complete-2.11.0+2.11.0/linux'
make -C drivers/dahdi/firmware firmware-loaders
make[2]: Entering directory `/usr/src/dahdi-linux-complete-2.11.0+2.11.0/linux/drivers/dahdi/firmware'
make[2]: Leaving directory `/usr/src/dahdi-linux-complete-2.11.0+2.11.0/linux/drivers/dahdi/firmware'
You do not appear to have the sources for the 2.6.32-504.el6.x86_64 kernel installed.
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/dahdi-linux-complete-2.11.0+2.11.0/linux'
make: *** [all] Error 2
I've already done a kernel update with the command yum install kernel-devel, but still got the same error.
Is the problem the version of DAHDI I'm trying with or the CentOS version instead?
Regards and thanks in advance