Problem update to php 5.2.17 (also fixed)

Richard G

Verified User
Joined
Jul 6, 2008
Messages
13,538
Location
Maastricht
I updated php 5.2.16 to 5.2.17 on 3 servers using:
./build update
./build update_versions

It worked ok on 2 of them, the last server gave a problem at the end.

Fatal error: can't create sapi/apache2handler/.libs/php_functions.o: No such file or directory
make: *** [sapi/apache2handler/php_functions.lo] Error 1

So I tried again using:
./build update
./build clean
./build update_versions

This fixed the problem and php installed without any errors.
So if others might encounter this problem, you could try this solution.
 
Thanks for posting that tip. I was able to build PHP just fine after doing this, however I did receive the following error at the end of updating PHP.

Location of php.ini:
/usr/local/lib
Press return to continue...

./build: line 5937: ./install.sh: No such file or directory
 
Back
Top