Richard G
Verified User
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.
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.
./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.