Ade
Registered User
Hallo.
Ich möchte das System "ostube" installieren und dies benötigt php-cli.
Ich habe php-cli und kam zum Entschluss, PHP 4 neu zu komplimieren.
(Habe SuSE 10)
Also, selbst ist der Mann, Confixx Backup gemacht und ran an den Speck.
Eine PHP4 Version von php.net gedownloaded, extrahiert und ./configure ausgeführt mit folgenden Argumenten.
Ich habe --disable-cli ausgelassen.
Schon kam eine Fehlermeldung:
Schnell bison+flex installiert und nochmal, doch nächste Fehlermeldung:
apxs2-prefork hab ich aus der aktuellen phpinfo();
"Naja..." hab ich mir gedacht, "lass apxs2 einfach weg"
Und es ging.
Danach make und make install - keine Fehlermeldung alles prima.
Apache2 neu gestartet ... aber nichts...
php -v gibt als builddate heute an, phpinfo(); den 13. September.
Und in der phpinfo(); ist auch noch --disable-cli.
Weiß wer woran es liegen kann? Kann es ziemlich dringend gebrauchen.
MfG
Ade
Ich möchte das System "ostube" installieren und dies benötigt php-cli.
Ich habe php-cli und kam zum Entschluss, PHP 4 neu zu komplimieren.
(Habe SuSE 10)
Also, selbst ist der Mann, Confixx Backup gemacht und ran an den Speck.
Eine PHP4 Version von php.net gedownloaded, extrahiert und ./configure ausgeführt mit folgenden Argumenten.
Code:
./configure --prefix=/usr --datadir=/usr/share/php --mandir=/usr/share/man --bindir=/usr/bin
--libdir=/usr/share --includedir=/usr/include --sysconfdir=/etc --with-_lib=lib --with-config-file-path=/etc
--with-exec-dir=/usr/lib/php/bin --disable-debug --enable-inline-optimization --enable-memory-limit
--enable-magic-quotes --enable-safe-mode --enable-sigchild --disable-ctype --disable-session
--without-mysql --without-pear --with-openssl --with-apxs2=/usr/sbin/apxs2-prefork
Schon kam eine Fehlermeldung:
Code:
configure: warning: You will need bison if you want to regenerate the PHP parsers.
...
checking lex output file root... ./configure: line 2558: lex: command not found
configure: error: cannot find output from lex; giving up
Code:
Sorry, I cannot run apxs. Possible reasons follow:
1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)
The output of /usr/sbin/apxs2-prefork follows:
./configure: line 5674: /usr/sbin/apxs2-prefork: No such file or directory
configure: error: Aborting
"Naja..." hab ich mir gedacht, "lass apxs2 einfach weg"
Und es ging.
Danach make und make install - keine Fehlermeldung alles prima.
Apache2 neu gestartet ... aber nichts...
php -v gibt als builddate heute an, phpinfo(); den 13. September.
Und in der phpinfo(); ist auch noch --disable-cli.
Weiß wer woran es liegen kann? Kann es ziemlich dringend gebrauchen.
MfG
Ade