Re: php, mod_python postgresql conflict?

2005-12-19 Thread stava
My two-cents worth: I've used mod_php and mod_python together (accessing mysql) successfully for a good while on a SuSE 9.3 platform (right out of the box setup, no fiddling). R /LarS

Re: php, mod_python postgresql conflict?

2005-12-19 Thread Bryan Murdock
For the record, there seems to be no issue with postgreSQL (thankfully!). On 12/18/05, Burhan <[EMAIL PROTECTED]> wrote: > > What environment have you seen this problem? I am running mod_php, > mod_python and MySQL (and PostgreSQL) all on one server with Apache2 -- > haven't run into your

Re: php, mod_python postgresql conflict?

2005-12-18 Thread Burhan
What environment have you seen this problem? I am running mod_php, mod_python and MySQL (and PostgreSQL) all on one server with Apache2 -- haven't run into your issue.

Re: php, mod_python postgresql conflict?

2005-12-15 Thread Johan
you should configure php with the --with-mysql=/path/to/mysql switch Check readme for exact path. For me Mysql is located in /usr/bin/mysql and I used --with-mysql=/usr. This causes php to use the same mysql as mod_python

Re: php, mod_python postgresql conflict?

2005-12-15 Thread James Bennett
On 12/15/05, Bryan Murdock <[EMAIL PROTECTED]> wrote: > So if you have mod_php and mod_python installed, and mod_php was > compiled with MySQL support, apache crashes when mod_python tries to > use MySQL. Does anyone know if this same thing happens with > postgresql? I'm not sure exactly, but