[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: unable to dlopen /usr/lib/sasl2/libsasldb.so.2
Saturday, October 25, 2003, 11:01:09 AM, Beast wrote:
> Saturday, October 25, 2003, 10:26:23 AM, Beast wrote:
>> Hello,
>> I have RH 7.3, cyrus-sasl-2.1.15, openldap-2.1.23, BerkeleyDb-4.1.25
>> patch 1 all compiled from source.
> I think i've found the problem.
> [root@jambu sasl2]# ldd /usr/lib/sasl2/libsasldb.so.2
> libresolv.so.2 => /lib/libresolv.so.2 (0x40009000)
> libdb-4.1.so => not found
> libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
> This might OOT but, anyone know how to build cyrus-sasl with bdb4.1 ?
> i've try :
> ./configure --with-bdb-libdir=/usr/local/BerkeleyDB.4.1/lib \
> --with-bdb-incdir=/usr/local/BerkeleyDB.4.1/include \
> --disable-krb4 \
> --disable-gssapi
> but still not work.
aargh!
just added in ld.so.conf and all works ;)
tks.
[root@jambu lib]# cat /etc/ld.so.conf
/usr/kerberos/lib
/usr/local/BerkeleyDB.4.1/lib
--beast