Fehler beim Kompilieren von PHP 5

coder55

Registered User
Folgende Fehler erhalte ich wenn ich PHP 5 Kompilieren will.

bei "make":
Code:
*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libphp5.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
copying selected object files to avoid basename conflicts...
bei "make install":
Code:
---Installing PHP SAPI module:       apache2handler
/usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/share/apache2/build/libtool' libphp5.la /usr/lib/apache2-prefork
/usr/share/apache2/build/libtool --mode=install cp libphp5.la /usr/lib/apache2-prefork/
cp .libs/libphp5.lai /usr/lib/apache2-prefork/libphp5.la
cp .libs/libphp5.a /usr/lib/apache2-prefork/libphp5.a
ranlib /usr/lib/apache2-prefork/libphp5.a
chmod 644 /usr/lib/apache2-prefork/libphp5.a
libtool: install: warning: remember to run `libtool --finish /downloads/php-5.2.1/libs'
Warning!  dlname not found in /usr/lib/apache2-prefork/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/lib/apache2-prefork/libphp5.so
chmod: cannot access `/usr/lib/apache2-prefork/libphp5.so': No such file or directory
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Error 1
Kennt jemande diese Fehler und kann mir bei der Problemlösung helfen ?
 
Last edited by a moderator:
Hallo coder55,

bis jetzt habe ich diesen Fehler nur gesehen, bzw davon gehört, wenn libxml2 an der falschen Stelle lag.

Installiert ist es?

Vielleicht musst du die Location beim configure mit angeben, oder es verschieben an den Standardpfad, den PHP beim make sucht.

Lieben Gruß
Free
 
Also installiert ist es in Version 2.6.20 .

Wo sollte das eigendlich sein ?

Kannst du mir mal sagen wo du das gesehen hast ?
 
Hi coder55,

freut mich, wenn mein Tipp dir helfen konnte.

Möchtest du vielleicht noch kurz erwähnen, wie genau du es nun gelöst hast, falls andere User mal auf den Beitrag stoßen?

Lieben Gruß
Free
 
Back
Top