fehler bei make install und php 4.3.11...komme nicht weiter !

Apache, Lighttpd, nginx, Cherokee
Post Reply
xtramen
Posts: 90
Joined: 2005-08-07 14:27
 

fehler bei make install und php 4.3.11...komme nicht weiter !

Post by xtramen »

hallo leute.
möchte gerne von php 4.3.0 auf php4.3.11 updaten.

Bin dannach nach einem howto in diesem Forum vorgegangen.
Nun hängts aber bei make install.

Da kommt folgende Fehlermeldung und ich weis echt nicht mehr weiter.

1.

Code: Select all

h334537:~/php-4.3.11 # 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-prefork
/usr/share/apache2/build/libtool --mode=install cp libphp4.la /usr/lib/apache2-prefork/
cp .libs/libphp4.so /usr/lib/apache2-prefork/libphp4.so
cp .libs/libphp4.lai /usr/lib/apache2-prefork/libphp4.la
libtool: install: warning: remember to run `libtool --finish /root/php-4.3.11/libs'
chmod 755 /usr/lib/apache2-prefork/libphp4.so
apxs:Error: Config file /etc/apache2/httpd2-prefork.conf not found.
make: *** [install-sapi] Error 1
h334537:~/php-4.3.11 #
Dann leg ich halt die bemängelte Datei manuell an und dann kommt aber folgende Fehlermeldung:

2.

Code: Select all

h234546:~/php-4.3.11 # 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-prefork
/usr/share/apache2/build/libtool --mode=install cp libphp4.la /usr/lib/apache2-prefork/
cp .libs/libphp4.so /usr/lib/apache2-prefork/libphp4.so
cp .libs/libphp4.lai /usr/lib/apache2-prefork/libphp4.la
libtool: install: warning: remember to run `libtool --finish /root/php-4.3.11/libs'
chmod 755 /usr/lib/apache2-prefork/libphp4.so
apxs:Error: Activation failed for custom /etc/apache2/httpd2-prefork.conf file..
apxs:Error: At least one `LoadModule' directive already has to exist..
make: *** [install-sapi] Error 1

Ich weis echt nicht mehr weiter.
Wollte ma schnell php updaten und hänge nun schon seit Gestern Nacht .

Ich würde mich sehr freuen über einen Tip der mich weiter bringt.

Gruss
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: fehler bei make install und php 4.3.11...komme nicht weiter !

Post by Joe User »

Code: Select all

echo 'LoadModule mod_dummy mod_dummy.so' > /etc/apache2/httpd2-prefork.conf
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„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.
xtramen
Posts: 90
Joined: 2005-08-07 14:27
 

Re: fehler bei make install und php 4.3.11...komme nicht weiter !

Post by xtramen »

Ja danke das hat mir geholfen und es hat auch alles geklappt.

Jetzt habe ich nur noch ein Problemchen.
Es sind so gut wie keine Module geladen.

Auf meinem anderen Server habe ich ein Vezeichnis usr/lib/php/extensions/...

Das habe ich hier nicht.
Wie bekomme ich jetzt noch die ganzen MOdule geladen ?!.

Gruss
Post Reply