PHP5 Kompilierung libphp5.so fehlt

Wildcat

Registered User
Hi, nach stundenlangen herumprobieren, habe auch mal das Howto benutzt
will es noch nicht so recht klappen.

./configure --program-prefix= --prefix=/usr/local/php5 --datadir=/usr/share/php5 --mandir=/usr/share/man/php5 --bindir=/usr/local/php5/bin --exec-prefix=/usr/local/php5 --includedir=/usr/include/php5 --sysconfdir=/etc/php5 --localstatedir=/var --with-config-file-path=/etc/php5 --with-exec-dir=/usr/lib/php5/bin --disable-debug --enable-inline-optimization --enable-memory-limit --enable-magic-quotes --enable-safe-mode --enable-sigchild --enable-session --with-mysql=/usr --enable-cli --with-pear=/usr/bin/pear --with-openssl --without-pgsql --with-config-file=/etc/php5/php.ini --with-apxs2=/usr/bin/apxs2

Mein Configure Befehl testweise.
Die Configure läuft durch, beim make hab ich auch keine Fehler, aber
die libphp5.so wird nicht erstellt.

make install ergibt dann:

Installing PHP SAPI module: apache2handler
/usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/bin/libtool' libphp5.la /usr/lib/apache2/modules
/usr/bin/libtool --mode=install cp libphp5.la /usr/lib/apache2/modules/
cp .libs/libphp5.lai /usr/lib/apache2/modules/libphp5.la
cp .libs/libphp5.a /usr/lib/apache2/modules/libphp5.a
chmod 644 /usr/lib/apache2/modules/libphp5.a
ranlib /usr/lib/apache2/modules/libphp5.a
libtool: install: warning: remember to run `libtool --finish /root/php5/php-5.2.0/libs'
Warning! dlname not found in /usr/lib/apache2/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 644 /usr/lib/apache2/modules/libphp5.so
chmod: Zugriff auf ,,/usr/lib/apache2/modules/libphp5.so" nicht möglich: Datei oder Verzeichnis nicht gefunden
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Fehler 1

Vielleicht kann mir ja hier einer helfen.
Auf nem anderen Server hats mit php4 und php5 über fastcgi mit apache2 wunderbar geklappt.
Und nun will mir die einfache php5 "Installation" nicht gelingen :/
 
Back
Top