Page 1 of 1

cant compile asterisk dahdi-linux with kernel 2.6.18

PostPosted: Fri Jan 20, 2012 7:10 pm
by richmac
cant compile asterisk dahdi-linux with kernel 2.6.18 centos 5.5
is anyone know about this? please help..i really need help on this..thanks so much.[/b]

PostPosted: Mon Jan 23, 2012 9:11 pm
by williamconley
Either install with Vicibox.com's .iso installer or GoAutoDial.com's .iso installer (if you must have CentOS, which is not supported).

If you can't get it ... you can always contact Gardo, he built the GoAutoDial .iso which resides on CentOS and is very good at it.

Ordinarily, though, the problem is a missing header file (the kernel sources must be present for dahdi to map into the kernel).

PostPosted: Fri Jan 27, 2012 4:09 am
by boybawang
if your doing it under centOS you may have to install development tools and development libraries to be sure to do this you login to the box then:

#. yum groupinstall "Development Tools"
#. yum groupinstall "Development Libraries"

If you want to see the entire list of what you can install do:

#. yum grouplist

Goodluck!