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