bonjour a tous,

Petit soucis, avec l'installation du script. Je suis en train de suivre les instructions d'installations directement d'ici, dans la section tutoriels plus précisément

Code:
http://www.asterisk-france.org/content.php/52-Installation-Asterisk-1.8-sur-CentOS
Je roule sous centos 5.5 (début) mais présentement sur centos 5.6 puisqu'il a fait sa mise à jour.


Tout l'installation c'est bien procéder jusqu’à cet étape:

Code:
# installation dahdi-linux
pushd /usr/src
cd dahdi-linux-*
make
make install
popd
Lorsque je suis rendu a "make" il me donne une erreur comme celle ci:

Code:
[root@ServerVoIP dahdi-linux-2.4.1.2]# make
make -C drivers/dahdi/firmware firmware-loaders
make[1]: Entering directory `/usr/src/dahdi-linux-2.4.1.2/drivers/dahdi/firmware                                                                                                                                                             '
make[1]: Leaving directory `/usr/src/dahdi-linux-2.4.1.2/drivers/dahdi/firmware'
You do not appear to have the sources for the 2.6.18-238.5.1.el5.028stab085.5 ke                                                                                                                                                             rnel installed.
make: *** [modules] Error 1
[root@ServerVoIP dahdi-linux-2.4.1.2]# You do not appear to have the sources for the 2.6.18-238.5.1.el5.028stab085.5 ke                                                                                                                                                             rnel installed.
-bash: You: command not found
[root@ServerVoIP dahdi-linux-2.4.1.2]# You do not appear to have the sources for the 2.6.18-238.5.1.el5.028stab085.5 ke                                                                                                                                                             rnel installed.
-bash: You: command not found
[root@ServerVoIP dahdi-linux-2.4.1.2]#
Quelqu'un aurais la solution pour remédier au problème du Kernel ?

Merci à l'avance pour votre aide.

Migael