rebuild php to v5.3 error

nservices

Verified User
Joined
Dec 11, 2008
Messages
301
After I upgrade the mysql to v5.1 I try to rebuild the php to v5.3 (from 5.2)
and I got the next error message:
-lm -lxml2 -lz -liconv -lm -lcrypt -o sapi/cli/php
gcc: /usr/local/lib/libcurl.so: No such file or directory
make: *** [libphp5.la] Error 1
make: *** Waiting for unfinished jobs....
gcc: /usr/local/lib/libcurl.so: No such file or directory
make: *** [sapi/cli/php] Error 1

Best Regards,
Star Network.
 
Try:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build curl
./build php n

After I upgrade the mysql to v5.1 I try to rebuild the php to v5.3 (from 5.2)
and I got the next error message:
-lm -lxml2 -lz -liconv -lm -lcrypt -o sapi/cli/php
gcc: /usr/local/lib/libcurl.so: No such file or directory
make: *** [libphp5.la] Error 1
make: *** Waiting for unfinished jobs....
gcc: /usr/local/lib/libcurl.so: No such file or directory
make: *** [sapi/cli/php] Error 1

Best Regards,
Star Network.
 
Back
Top