> THX for all your help
> I hope the rest fits now
Oh my pleasure. :) In the end it also helped me set it up on my Red Hat
machine, so the feeling is mutual.
Kohei
(0x8000)
>
> but it should look like this:
> libdb-3.3.so => /usr/lib/libdb-3.3.so (0x4001c000)
> libdl.so.2 => /lib/libdl.so.2 (0x4009b000)
> libcrypt.so.1 => /lib/libcrypt.so.1 (0x4009f000)
> libresolv.so.2 => /lib/libresolv.so.2 (0x400d5000)
> libc.so.6 =&g
> 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
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 did
I don't know if this works for you but...
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
This worked for me. BTW I also use BerkeleyDB.3.3 with Cyrus SASL & Cyrus
IMAP on Mandrake 7.2 :)
Kohei Yoshida
On Tuesday 0