PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Apache + PHP installieren



Sfeni
13.02.02, 21:26
Versionen:
Apache 1.3.23
PHP 4.1.1
SuSE Linux 7.2

Ich habe folgendes Problem:
Ich habe php erfolgreich installiert, aber wenn ich nun mit dem Befehl
./configure --prefix=/usr/local/etc/httpd --sysconfdir=/www/conf --activate-module=src/modules/php4/libphp4.a --enable-module=status --enable-module=rewrite --enable-module=status
den Apache neu konfigurieren will, dann bringt er mir folgende Fehlermeldung:
.......
<=== src/modules/standard
===> src/modules/php4
make[4]: *** No rule to make target `all'. Stop.
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/local/etc/apache_1.3.23/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/etc/apache_1.3.23'
make: *** [build] Error 2

Was hat das denn zu bedeuten?
Oder hat jemand ne andere Idee PHP + Apache zu installieren.

Kip
13.02.02, 21:27
ich sag nur eins ... http://www.baach.de/ :D :D

Sfeni
13.02.02, 22:14
Syntax error on line 205 of /www/conf/httpd.conf:
Cannot load /usr/local/etc/httpd/libexec/libphp4.so into server: /usr/local/etc/httpd/libexec/libphp4.so: undefined symbol: uncompress
bin/apachectl start: httpd could not be started



Inder Zeile 205 lädt er das PHP Modul, aber für diesen Fehler steht in der Anleitung keine Erklärung.