On 13/04/2006, at 9:30 PM, Firat KUCUK wrote:

Hi Guys,
php5 uses libmysqlclient12 as default

i made symbolic link like this:

ln -s libmysqlclient.so.14.0.0 libmysqlclient.so.12

problem fixed.

I would strongly recommend against doing this as any difference in the API or object layouts will now possibly cause PHP scripts to crash. You really should rebuild one or the other of Python MySQL module or PHP so they have both been compiled
against the same version library.

Graham

Reply via email to