PDA

View Full Version : linux apache 2.0.52 php non mi funziona


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

TRON98
24-10-2005, 23:12
Ciao,
devi cambiare --with-apxs con --with-apxs2.


Ciao

texerasmo
25-10-2005, 09:58
./configure --with-mysql --with-apxs2=/usr/local/apache/bin/apxs2

ho provato
ma non mi funziona

io ho gia apche installato con il modulo jk connector

TRON98
25-10-2005, 19:16
./configure --with-mysql --with-apxs2=/usr/local/apache/bin/apxs2

ho provato
ma non mi funziona

io ho gia apche installato con il modulo jk connector


Ciao,
ho controllato di nuovo e a me è tutto ok, sei sicuro che non sia
--with-apxs2=/usr/local/apache/bin/apxs ?
Te lo chiedo perchè nel mio path ho apxs e non apxs2.


Nel frattempo vedo anche io di configurare Apache con il JK Connector.

Ciao