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?
PHP5 und Apache HILFEE
PHP5 und Apache HILFEE
G-N-O-M-E || http://www.gnome-de.org / http://www.gnome.de
- blackm
- Moderator und Co-Admin
- Beiträge: 5921
- Registriert: 02.06.2002 15:03:17
- Lizenz eigener Beiträge: MIT Lizenz
Von den Webservern zu den Installationsproblemen verschoben...
by, Martin
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
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
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:
Bzw. schau mal in die Datei logs/error_msg (oder Äquivalente)
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