Don't have libmysqlclient.so

2007-03-14 Thread POON Ben
Hi everyone, I've just installed MySQL 5.0.37 from source. One of my other programs require libmysqlclient.so.10 I was under the impression that if I installed MySQL from source, it will be made. I looked at /usr/local/lib and there is no libmysqlclient.so.10 or even a MySQL folder... Can

Re: Don't have libmysqlclient.so

2007-03-14 Thread Thiago LPS
try find on your system find / -name '*lib*mysql*client*' -type f them link one to /usr/lib/libmysqlclient.so.10 and try it again until you find one that can solve the problem.. :) On 3/14/07, POON Ben [EMAIL PROTECTED] wrote: Hi everyone, I've just installed MySQL 5.0.37 from source.