Re: mysqldb error [solved]

2006-04-13 Thread Fırat KÜÇÜK
Graham Dumpleton yazmış: 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 t

Re: mysqldb error [solved]

2006-04-13 Thread Graham Dumpleton
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 wil

Re: mysqldb error [solved]

2006-04-13 Thread Firat KUCUK
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. thanks to all. you are wonderful. ;)