On Tue, 19 Feb 2013 14:11:59 +1000
Noel Butler <noel.but...@ausics.net> wrote:

> On Tue, 2013-02-19 at 13:35 +1000, Noel Butler wrote:
> 
> 
> > reports: APR-util Version: 1.5.1
> 
> 
> I note the APR version in -deps is only 1.4.6, but  APR-utils is 1.5.1
> could this be the issue?

No.  APR doesn't care about the APR-util version at all.  APR-util
should not compile if it is missing an APR feature.  Their version
numbers do not correspond (except at the version major level).

> Builds fine but operation now fails on all mysql auths  (included APR
> problem from -deps ??)
> reports: APR-util Version: 1.5.1
> 
>  [Tue Feb 19 13:16:33.487932 2013] [auth_basic:error] [pid 24811:tid
> 2996689776] [client xxxxxxxxxxx] AH01617: user noel: authentication
> failure for "/": Password Mismatch
> 
> This is browser stored password , cleared, entered still fails,
> different browser, same, fails
> make install   back in 2.4.3, and all mysql auths once again succeed
> 
> have tested overwrites, and clearing of all bin/ build/ lib/ and fresh
> installs no change.

You cleaned lib/ of all *subdirectories*?

Does an older lib/apr-util-1/apr_dbd_mysql-1.so appear in that tree?  
Or in your LD_LIBRARY_PATH?  Or did apr-util fail to detect mysql?  You
will need to review your ./configure output to work out what apr-util
thinks it found.

Maybe you are simply missing a mysql-devel package?

Reply via email to