> What does
> cd /lib
> ls -la libdb.so.3
> show on your system???

# ls -la libdb.so.3
lrwxrwxrwx    1 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 db
> > pwdb-0.61-4mdk
> > gdbm-1.8.0-8mdk
> > gdb-5.0-4mdk
> > kdbg-1.1.4-7mdk
> > grdb-0.2.4-ximian.1
> >
> > pwdb-devel-0.61-4mdk
> > gdbm-devel-1.8.0-8mdk
>
> Do I need these 2 modules for cyrus imapd???

I don't know for sure, but I don't think you should need them...

> mine:
> pwdb-0.61-4mdk
> gdbm-1.8.0-8mdk
> gdb-5.0-4mdk
> xxgdb-1.12-18mdk
>
> > If you have any of db[123] rpms installed, can you uninstall
> > them without
> > breaking dependencies?
>
> What should this help???

I was just trying to see if your system already had previous version(s) of 
Berkeley DB libraries (db1, db2 and db3 are it).  SASL configure script seems 
to prefer an rpm version of Berkeley DB over the one compiled from source 
(just my guess).

For example, Red Hat 7.1 (this will be my second IMAP server, hopefully soon 
:) uses all three versions one way or the other (i.e. uninstalling them would 
break dependencies), and it seems almost impossible to have SASL configure 
script use the latest BerkeleyDB compiled from source over the ones already 
installed by the system.

Anyway, hopefully making the symlinks will work out for you.

Kohei

Reply via email to