PHP und Apache

Software besorgen und anwenden
Post Reply
Message
Author
Sebel

PHP und Apache

#1 Post by Sebel »

Hallo

Könnt ihr mir vielleicht weiter helfen?

(Bin erst vor wenigen Tagen auf Linux umgestiegen)

Ich habe heute MySQl und Apache installiert. Leider bin dann bei PHP hängen geblieben.

Fehlermeldung:

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


Mein Aufruf:

./configure --with-apxs=/usr/local/apache2/bin/apxs --with-mysql --with-config-file-path=/usr/local/apache2/conf



Wie kann Apache deaktivieren? Oder was muß ich tun?


Sebel

S. Pfeffer

Re: PHP und Apache

#2 Post by S. Pfeffer »

Bin nun nicht so in dem Thema drin, aber der Fehlermeldung nach hast Du Apache 2 installiert. PHP sagt Dir Du sollst nicht '--with-apxs' sondern '--with-apxs2' verwenden.

MfG

S. Pfeffer

Post Reply