Results 1 to 3 of 3
Hi,
I got this failure message when I try to install PHP 5.0.3
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through ...
- 07-07-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 4
Help on PHP install
Hi,
I got this failure message when I try to install PHP 5.0.3
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
I am running FedoraCore/3, Apache/2.0.52
Anyone know why do I get this failure/how can I fix it ?
Thanks in advance
R
- 07-07-2005 #2
Add the apxs2 switch when you configure
Code:./configure --with-apxs2
- 07-07-2005 #3Just Joined!
- Join Date
- Jul 2005
- Posts
- 4
thanx it worked !!!


Reply With Quote