AW: cyrus sasl - link libdb-3.3.so against libdb.so.3 on Mandrake

2001-10-10 Thread Jochen Metzger
Hi Kohei, Try cd /usr/lib ln -s /usr/local/BerkeleyDB.3.3/lib/libdb-3.3.so ln -s /usr/local/BerkeleyDB.3.3/lib/libdb-3.3.a Didn't have any effect on my system. - Did you have an signaled to death (11) as well? I would be nice to get your content of - ldd master - ldd imapd and ldd

Re: AW: cyrus sasl - link libdb-3.3.so against libdb.so.3 on Mandrake

2001-10-10 Thread Kohei Yoshida
On Wednesday 10 October 2001 02:33, you wrote: Hi Kohei, Try cd /usr/lib ln -s /usr/local/BerkeleyDB.3.3/lib/libdb-3.3.so ln -s /usr/local/BerkeleyDB.3.3/lib/libdb-3.3.a Didn't have any effect on my system. - Did you have an signaled to death (11) as well? No I didn't get that

Re: AW: AW: cyrus sasl - link libdb-3.3.so against libdb.so.3 on Mandrake

2001-10-10 Thread Kohei Yoshida
What does cd /lib ls -la libdb.so.3 show on your system??? # ls -la libdb.so.3 lrwxrwxrwx1 root root 14 Feb 16 2001 libdb.so.3 - libdb-2.1.3.so* An how does your ld.so.conf look like??? # cat /etc/ld.so.conf /usr/X11R6/lib /usr/i486-linux-libc5/lib # rpm -qa | grep

Re: AW: cyrus sasl - link libdb-3.3.so against libdb.so.3 on Mandrake

2001-10-10 Thread Kohei Yoshida
This is what I just did a minute ago on my Red Hat 7.1, and it made libsasl.so link against libdb-3.3.so. I may or may not work on Mandrake 7.2, but it is worth a shot. With BerkeleyDB installed in /usr/local/BerkeleyDB.3.3, I did ./configure make CPPFLAGS=-I/usr/local/BerkeleyDB.3.3/include