Ich hab mal wieder Probleme mit dem kompilieren (bzw installieren) von php auf meinem debian sarge server...
ich hatte php5 bereits drauf, allerdings ohne gdlib.. die hab ich dann mit reinkompiliert, danach hatte er aber anscheinend die sachen nichtmehr aktualisiert, da mir phpinfo immernoch die alten configure parameter zeigte... deswegen hab ich dann auch apache nochmal runtergenommen, jetzt bekomme ich aber folgende fehlermeldung wenn ich bei php make install ausführen will:
libtool: install: warning: remember to run `libtool --finish /home/lucas/php-5.2.1/libs'
Warning! dlname not found in /usr/local/httpd/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/httpd/modules/libphp5.so
chmod: cannot access `/usr/local/httpd/modules/libphp5.so': No such file or directory
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Error 1
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Ich habe apache2 runtergeladen (source) und kompiliert, und es hat ja auch funktioniert, nur nichtmehr nachdem ich php und apache2 einmal wieder runtergenommen hatte ?_?