On Mon, 19 Oct 2009 20:58:50 +0200
Stefan Fritsch <[email protected]> wrote:

> On Wednesday 14 October 2009, Hugo Villeneuve wrote:
> > Sorry for the long delay, here is what I've got for APR:
> > 
> > $> dpkg --list | grep apr
> > ii  libaprutil1   1.2.7+dfsg-2+etch3   The Apache Portable
> 
> Strange. Do you have a self-compiled version of libaprutil somewhere, 
> possibly in /usr/local/lib?
> 
> If not, please send me the output of
> strace -f -o /tmp/output /etc/init.d/apache2 start

Also, from what I can tell from ldd, my libapr-util doesn't seem to be compiled 
against libldap:

$> ldd /usr/lib/libaprutil-1.so
        linux-gate.so.1 =>  (0xffffe000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb7f4b000)
        libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0xb7f28000)
        librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb7f1f000)
        libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb7ef1000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7edf000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7edb000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7daa000)
        /lib/ld-linux.so.2 (0x80000000)
$> ldd /usr/lib/libapr-1.so.0
        linux-gate.so.1 =>  (0xffffe000)
        librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb7ef8000)
        libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb7ec9000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7eb7000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7eb3000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d82000)
        /lib/ld-linux.so.2 (0x80000000)

Hugo V.

-- 
Hugo Villeneuve <[email protected]>



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to