Error on PHP compile

TeraSoft

Verified User
Joined
Mar 21, 2007
Messages
31
On Fedora 6 - PHP 5.2.2 & Mysql 5.0.41:

gcc: /usr/lib/mysql/libmysqlclient.so: No such file or directory
make: *** [libphp5.la] Error 1

*** The make has failed, do you want to try to make again? (y,n):
[root@linux custombuild]# locate libmysqlclient.so
/usr/lib/libmysqlclient.so
/usr/lib/libmysqlclient.so.15
/usr/lib/libmysqlclient.so.15.0.0
[root@linux custombuild]#

Edit: Copied the libmysqlclient.so into the /mysql dir and no problems. But maybe you can fix it so it works "Out of the Box" :D
 
Last edited:
It's already fixed in CustomBuild :) Both for 32bit and 64bit.
 
Actually I symlinked it. I was simply pointing out that it is NOT yet fixed in the latest custombuild script as indicated above.
 
Back
Top