Re: Possible bug in apr_dbd_mysql

2008-02-04 Thread Scott Sanders
On 2/2/08, Tom Donovan <[EMAIL PROTECTED]> wrote: > Scott Sanders wrote: > > Scott Sanders wrote: > > > > the pwd2 field was empty then any password would succeed. If pwd2 was > > > NULL then the user was rejected, and if pwd2 had a string i

Re: Possible bug in apr_dbd_mysql

2008-02-01 Thread Scott Sanders
On 1/31/08, Tom Donovan <[EMAIL PROTECTED]> wrote: > > Scott Sanders wrote: > > Hi, > > > > After much frustration I was able to get apr_dbd_mysql compiled and > > working on my machine. However, when testing the module I believe I > ... > > but i

Possible bug in apr_dbd_mysql

2008-01-31 Thread Scott Sanders
Hi, After much frustration I was able to get apr_dbd_mysql compiled and working on my machine. However, when testing the module I believe I stumbled across a nasty little bug. My user database was originally designed to store user passwords as md5 hashes and not the base64 encoded SHA1 digest. To

Re: Problems building apr_dbd_mysql.so

2008-01-30 Thread Scott Sanders
Yes, that was it. MySQL community packages for el3 were installed on this machines (a FC5 box). Updating to el4 packages fixed it. Thanks, -Scott On 1/30/08, Bojan Smojver <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-01-30 at 11:20 -0500, Scott Sanders wrote: > > > check

Problems building apr_dbd_mysql.so

2008-01-30 Thread Scott Sanders
I am having problems building apr_dbd_mysql.so on a Fedora Core 5 machine. I downloaded apr-1.2..12, unpacked and ran: ./configure && make && sudo make install Then I downloaded apr-util-1.2.12, unpacked and ran: ./configure --with-mysql --with-apr=../apr-1.2.12/ --without-pgsql --without-sqlite2