PHP5 und Apache HILFEE

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Benutzeravatar
bene_
Beiträge: 54
Registriert: 14.03.2003 11:58:03

PHP5 und Apache HILFEE

Beitrag von bene_ » 14.07.2004 17:05:43

Also habe folgendes Problem, PHP5 wurde sauber durchkompilier:

bene@cluecoder:~/downloads/source/php-5.0.0$ sudo make install
Installing PHP SAPI module: apache
[activating module `php5' in /etc/apache/httpd.conf]
cp libs/libphp5.so /usr/lib/apache/1.3/libphp5.so
chmod 755 /usr/lib/apache/1.3/libphp5.so
cp /etc/apache/httpd.conf /etc/apache/httpd.conf.bak
cp /etc/apache/httpd.conf.new /etc/apache/httpd.conf
rm /etc/apache/httpd.conf.new
Installing PHP CLI binary: /usr/bin/
Installing PHP CLI man page: /usr/man/man1/
Installing shared extensions: /usr/lib/php/20040412/
Installing PEAR environment: /usr/share/php/
[PEAR] Archive_Tar - installed: 1.1
[PEAR] Console_Getopt - installed: 1.2
[PEAR] PEAR - installed: 1.3.2
Wrote PEAR system config file at: /usr/etc/pear.conf
You may want to add: /usr/share/php to your php.ini include_path
[PEAR] XML_RPC - installed: 1.1.0
Installing build environment: /usr/lib/php/build/
Installing header files: /usr/include/php/
Installing helper programs: /usr/bin/
program: phpize
program: php-config
program: phpextdist

nur wenn ich den apache starte habe ich folgendes

bene@cluecoder:~$ sudo /etc/init.d/apache start
Starting web server: apache[Wed Jul 14 16:45:48 2004] [warn] module mod_php5.c is already added, skipping
.

und dann eine CPU auslastung von 100% in der httpd.conf habe ich folgendes

LoadModule php5_module /usr/lib/apache/1.3/libphp5.so
#AddModule mod_put.c
AddModule mod_php5.c


Jemand eine Idee?

Benutzeravatar
blackm
Moderator und Co-Admin
Beiträge: 5921
Registriert: 02.06.2002 15:03:17
Lizenz eigener Beiträge: MIT Lizenz

Beitrag von blackm » 14.07.2004 23:23:37

Von den Webservern zu den Installationsproblemen verschoben...

by, Martin
Schöne Grüße

Martin

Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden

lakeboerg
Beiträge: 1
Registriert: 24.06.2004 03:26:56
Wohnort: Berlin
Kontaktdaten:

Beitrag von lakeboerg » 16.07.2004 02:36:45

Hi,

Welchen Version des Apache setzt du ein bzw. mit welchen Optionen den Webserver betreffend hast du PHP kompiliert?

Dennoch:

Kommentier mal die Zeile "AddModule mod_php5.c " aus.
Eigentlich lädst du das Modul schon mit der Zeile "LoadModule php5_module /usr/lib/apache/1.3/libphp5.so"

Also:

Code: Alles auswählen

LoadModule php5_module /usr/lib/apache/1.3/libphp5.so
#AddModule mod_put.c
#AddModule mod_php5.c
Bzw. schau mal in die Datei logs/error_msg (oder Äquivalente)

Antworten