Error when ypdating PHP 5.4.40 to 5.4.41

bobsthename

Verified User
Joined
Sep 23, 2009
Messages
59
Location
NZ
I'm getting the following error when trying to update
PHP 5.4 (mod_php) 5.4.40 to 5.4.41

Code:
Build complete.
Don't forget to run 'make test'.

Make Complete
Making PHP 5.4 installation compatible with php.ini file
Installing php...
Installing PHP SAPI module:       apache2handler
/var/www/build/instdso.sh SH_LIBTOOL='/var/www/build/libtool' libphp5.la /usr/lib/apache
/var/www/build/libtool --mode=install install libphp5.la /usr/lib/apache/
/var/www/build/libtool: 3215: /var/www/build/libtool: install_prog+=install: not found
/var/www/build/libtool: 3235: /var/www/build/libtool: files+= libphp5.la: not found
libtool: install: you must specify an install program
libtool: install: Try `libtool --help --mode=install' for more information.
apxs:Error: Command failed with rc=65536
.
Makefile:153: recipe for target 'install-sapi' failed
make: *** [install-sapi] Error 1
/usr/local/directadmin/custombuild#

I've tried with same results
Code:
./build clean
./build update
./build rewrite_confs
 
Well Alex already suggested to build libtool and than php again and it didnt worked, unless you changed something on custombuild side,i doubt it will fix now :)

Regards
 
Well Alex already suggested to build libtool and than php again and it didnt worked, unless you changed something on custombuild side,i doubt it will fix now :)

Regards

Oh, I didn't notice that :) It might be "apr" related then.
 
Back
Top