Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Engineer Giro's Avatar
    Join Date
    Jul 2003
    Location
    England
    Posts
    1,219
    Add the apxs2 switch when you configure
    Code:
    ./configure --with-apxs2

  3. #3
    Just Joined!
    Join Date
    Jul 2005
    Posts
    4
    thanx it worked !!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...