A simple check would be to rebuild 2.4.3 but using the -deps
from 2.4.4...

On Feb 19, 2013, at 2:57 AM, Noel Butler <noel.but...@ausics.net> wrote:

> Hi Bill,
> 
> On Mon, 2013-02-18 at 23:23 -0600, William A. Rowe Jr. wrote:
>> 
>> in -deps is only 1.4.6, but  APR-utils is 1.5.1
>> > have tested overwrites, and clearing of all bin/ build/ lib/ and fresh
>> > installs no change.
>> 
>> You cleaned lib/ of all *subdirectories*?
>> 
> 
> I install httpd under /usr/local/apache,  so its all safe as clearing it out 
> simulates as a fresh install, fresh with 2.4.4 fails mysql based auths, fresh 
> install 2.4.3 (like all others since 2.18 when it got incorporated) succeed 
> happily.
> 
>> Does an older lib/apr-util-1/apr_dbd_mysql-1.so appear in that tree?  
> I also build everything in, not as DSO's,  I always found that horribly 
> messy, what I do have is libapr stuff in there, and yes, fresh copies.
> 
>> 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.
>> 
> configure:19751: checking for mysql_config
> configure:19769: found /usr/bin/mysql_config
> configure:19781: result: /usr/bin/mysql_config
> configure:19841: checking for mysql.h
> configure:19841: gcc -c -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE 
> -D_LARGEFILE64_SOURCE -I/usr/include/mysql conftest.c >&5In file included 
> from /usr/include/mysql/my_global.h:77,
>                  from conftest.c:20:
> configure:19872: gcc -o conftest -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE 
> -D_LARGEFILE64_SOURCE -I/usr/include/mysql  conftest.c -lmysqlclient_r  
> -L/usr/lib/mysql -lmysqlclient_r -lpthread -lz -lm -lrt -lssl -lcrypto -ldl 
> >&5
> configure:19872: $? = 0
> configure:19881: result: yes
> 
> 
> seems it found it and is mostly happy, I am only assuming its APR related, it 
> might not be.
> 
> 
>> Maybe you are simply missing a mysql-devel package?
> 
> We only use sources, and even the official Slackware mysql packages is "as 
> designed" IOW, none of this -dev or -devel or splitting something up into 150 
> different packages like a certain distro takes delight in, type of rubbish 
> <face-smile.png>
> 

Reply via email to