[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Openldap, Berkeley, Kerberos and Sasl question.



Well, I ended up wiping out the box and reinstalling redhat.  I installed
the cyrus-sasl and kerberos in /usr/local.  Openldap compiled, but it's
getting linked to the wrong sasl libraries. =(

ldd slapd
     ***libdb-4.2.so => not found***
     ***libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x4001b000)***
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x4002e000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x4005b000)
        libpthread.so.0 => /lib/i686/libpthread.so.0 (0x4006d000)
        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
        libdl.so.2 => /lib/libdl.so.2 (0x4009d000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Why isn't it linking with the one in /usr/local/lib.  Also libdb-4.2.so
isn't found.  I had it set in the LD_LIBRARY_PATH.

What's going on?  Is there something that I am missing?

Robert.