Re: mysqldb error

2006-04-13 Thread Firat KUCUK
Hi, SeLinux is not installed. iptables output is : mikropyuvasi:~# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt sou

strict_parsing parameter in forms handling.

2006-04-13 Thread Graham Dumpleton
The util.FieldStorage class, plus parse_qs and parse_qsl functions take a parameter called strict_parsing. All the documentation says is: The \var{strict_parsing} argument is not yet implemented. Ie., it doesn't even say what it is meant to be for. Does anyone know what it is meant to be fo

Re: mysqldb error

2006-04-13 Thread Graham Dumpleton
On 13/04/2006, at 8:33 PM, Firat KUCUK wrote: i think it is related with: http://www.modpython.org/FAQ/faqw.py?req=show&file=faq02.013.htp but i didn't understand. If that is the case, it is easy to check. This is done by disabling the loading into Apache of PHP support. If after commenti

Re: Progressing 3.2.9.

2006-04-13 Thread Graham Dumpleton
On 12/04/2006, at 10:13 PM, Graham Dumpleton wrote: On 11/04/2006, at 12:47 PM, Jim Gallacher wrote: MODPYTHON-93 Improved FieldStorage Not yet done. Also haven't done logging additions listed under MODPYTHON-158. Now also both done. At this point, if there is anything else that anyo

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. ;)

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 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