texerasmo
24-10-2005, 17:37
vorrei installare il apache per php
ho scaricato php-5.0.5.tar.gz
lancio dalla di php-5.0.5
./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs
mi risponde
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... configure: error: You have enabled Apache 1.3 support while your server is Apache 2. Please use the appropiate switch --with-apxs2
la versione che usao di apache è 2.0.52 compilata in questo modo
./configure --prefix=/usr/local/apache --enable-ssl --enable-so ; make ; make install
ho scaricato php-5.0.5.tar.gz
lancio dalla di php-5.0.5
./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs
mi risponde
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... configure: error: You have enabled Apache 1.3 support while your server is Apache 2. Please use the appropiate switch --with-apxs2
la versione che usao di apache è 2.0.52 compilata in questo modo
./configure --prefix=/usr/local/apache --enable-ssl --enable-so ; make ; make install