Hello Jeff and all,
Just in case you were wondering if I tinkered with the configure
command, here it is: ./configure --with-apache2-apxs=/usr/sbin/apxs
In looking closely to the output of ./configure, I noticed:
checking for /usr/bin/apr-1-config... yes
checking for /usr/bin/apu-1-config... yes
setting APR_INCLUDES to " -I/usr/include/apr-1 "
setting APR_LTFLAGS to " /usr/lib64/
libapr-1.la"
adding "/usr/lib64/
libaprutil-1.la" to APR_LTFLAGS
setting APR_LIBS to " -lldap -llber -ldb-4.3 -lexpat"
adding "-lpthread" to APR_LIBS
adding "-ldl" to APR_LIBS
setting APR_LDFLAGS to " -laprutil-1 "
adding "-lapr-1" to APR_LDFLAGS
setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE"
libapreq2 Version: 2.1.0
All that seems fine, except that the libraries in:
setting APR_LIBS to " -lldap -llber -ldb-4.3 -lexpat"
are being sought in /usr/lib not in /usr/lib64
I suspect the source of the problem is in this report from the make:
grep: /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../..//
libdb-4.3.la:
No such file or directory
Call this a weird installation: the gc_ shared objects are not in that
location - just the simlinks to where they really are: /lib64
Is there a flag in the ./config to specify the location of the
libdb-4.3.la file and bypass the grep?
Thanks again for any help!
Leo
On Sep 23, 3:53 pm, Leo <
leoasa...@gmail.com> wrote:
> Red Hat Enterprise Linux Server release 5.5 (Tikanga)
> Kernel: 2.6.18-194.el5xen #1 SMP Tue Mar 16 22:01:26 EDT 2010 x86_64
> x86_64 x86_64 GNU/Linux
> Compiler: (
mockbu...@x86-005.build.bos.redhat.com) (gcc version 4.1.2