Re: [us...@httpd] DBDDriver-mysql conflicts with php-mysql module

2009-03-11 Thread paredes
Investigating further, I found a similar complain at http://bugs.php.net/bug.php?id=45995 In that case the issue was "solved" by using apr / apr-util < 1.3 So I rebuilt Apache using apr & apr-util version 1.2.11 and now mod_authn_dbd and php built with mysql support work as documented. Any

[us...@httpd] DBDDriver-mysql conflicts with php-mysql module

2009-03-07 Thread paredes
Greetings! OSX 10.5.6; Apache 2.2.11 [using built in apr & apr-util]; Mysql 5.0.77; Php 5.2.9 [all 64 bit builds] I've been able to get Apache authentication / authorization to work as documented both with LDAP, MySQL & LDAP failing to MySQL. However, when I build mysql support into php, apac