Bonjour;

Apache est déjà installé sous Mandriva.
Dans le dossier /etc/httpd/conf/httpd.conf

J'ai téléchargé l'archive de php 5.2.x que j'ai decompressé dans le dossier
/etc

Comme indiqué dans ce tuto :
http://nepomiachty.developpez.com/co...nux/index7.php

J'ai lancé le terminale avec root, le dossier /etc/php-5.2.3. Ensuite j'ai saisie :


[root@localhost php-5.2.3]# ./configure --with-mysql --with-config-file=/etc/httpd/conf --with-apache=/etc/httpd --enable-track-vars

Qui me renvoi à la fin. Le message :

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
configure: error: Invalid Apache directory - unable to find httpd.h under /etc/httpd

Effectivement dans le dossier /etc/httpd il n' y a pas de fichier httpd.h.

Pouvez vous m'aider ?

Merci d'avance.