[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: missing liblber.so.199
From the info you provided, I cannot tell why liblber.so.199
is being required... but that's a problem. One and only
one liblber should be required by any executable (else
things will break) and since you are using 2.2, that should
be liblber-2.2.so.7. I suggest you track do what's requiring
liblber.so.199 and rebuild it for 2.2.
Kurt
At 07:11 AM 7/29/2004, Ari Widodo wrote:
>Hello all,
>
>i'm using openldap-2.2.14.tgz on my slackware 10.0, well i will try to develope qmail+ldap on my box, i have try to follow all step on http://www.lifewithqmail.org/ldap/ configure and install both of from source didn't have any errors, the problem is when i try to starting qmail, it's tell me if i have miss library
>
>
>root@arie:/var/qmail# ldd /var/qmail/bin/qmail-ldaplookup
> libldap-2.2.so.7 => /usr/lib/libldap-2.2.so.7 (0x40020000)
> liblber-2.2.so.7 => /usr/lib/liblber-2.2.so.7 (0x4004d000)
> libcrypt.so.1 => /lib/libcrypt.so.1 (0x40059000)
> libc.so.6 => /lib/libc.so.6 (0x40086000)
> liblber.so.199 => not found
> libresolv.so.2 => /lib/libresolv.so.2 (0x401b6000)
> libssl.so.0 => /usr/lib/libssl.so.0 (0x401c8000)
> libcrypto.so.0 => /usr/lib/libcrypto.so.0 (0x401f9000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> libdl.so.2 => /lib/libdl.so.2 (0x402f7000)
>
>than i'm try to google.com liblber.so.199, the google.com give me url about ldap-client2
>where can i get the ldap-client2 source for my slackware? or something miss on my configuration?
>
>regard,
>dodo