ich habe meinen 1und1 Rootie reinitialisieren lassen und nutze nun Suse9.1 mit Plesk 7.5.
Apache 2 und PHP4.3.4 ist bereits installiert.
Nun möchte ich gerne PHP4.3.10 installieren. Ich gehe nach dem Entpacken wie folgt vor:
Code: Select all
./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 --with-jpeg-dir=/usr --with-mysql --with-zlib --with-gd --with-mcrypt --disable-cli --without-pear --with-openssl --with-apxs2=/usr/sbin/apxs2Code: Select all
makebeenden tut er die Prozedur mit
Code: Select all
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
Code: Select all
libtool --finish libs
Code: Select all
make installCode: Select all
p15149767:/downloads/php-4.3.10 # libtool --finish libs
p15149767:/downloads/php-4.3.10 # make install
Installing PHP SAPI module: apache2handler
/usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/share/apache2/build/libtool' libphp4.la /usr/lib/apache2
/usr/share/apache2/build/libtool --mode=install cp libphp4.la /usr/lib/apache2/
cp .libs/libphp4.so /usr/lib/apache2/libphp4.so
cp .libs/libphp4.lai /usr/lib/apache2/libphp4.la
libtool: install: warning: remember to run `libtool --finish /downloads/php-4.3.10/libs'
chmod 755 /usr/lib/apache2/libphp4.so
apxs:Error: Config file /etc/apache2/httpd2-prefork.conf not found.
make: *** [install-sapi] Error 1
p15149767:/downloads/php-4.3.10 #
Die libphp4.so habe ich auch schon Manuell in usr/lib/apache2-prefork
kopiert.
Grüße
Markus
PS: Also ich hab meinen Apache ma neu gestartet und meine PHPFino zeigt mir 4.3.10 an aber ist der Fehler nicht irgendwie seltsam? Darf das denn sein? Funktionieren tut es aufjedenfall!
