And you can't remove the db4-4.0.14?? and to see where libdb.so is pointing use ls -l ls -l /usr/lib/libdb.so
that will show where the symbolic link is pointing.. do a find / -name "libdb.so" and find any other libdb.so.. but it could be that configure wasn't able to link against your libdb-4.1.so file. On Sat, 2004-04-10 at 21:34, Douglas Koobs wrote: > Edward Rudd wrote: > > >You need to remove the Devel package for the other DB.. > >the issue is cyrus links against libdb.so and the /usr/lib/libdb.so file > >is pointing to the db4.0.14 file instead of the 4.1.25. > > > >So check the libdb.so and make sure it points to libdb-4.1.so. Then > >cyrus will compile with the correct libs.. > > > > Mmm, I don't have the devel package for the older DB package... > > [EMAIL PROTECTED] lib]# rpm -qa |grep db4 > db4-utils-4.0.14-20 > db4-4.0.14-20 > db4-devel-4.1.25-4 > gpg-pubkey-db42a60e-37ea5438 > db4-4.1.25-4 > > the libdb.so file is binary, not text, how do I check which .so file it is > pointing to? Also, shouldn't I point it to the newer db4, not the older? I > am so confused... Thanks again for helping out! > > Doug > > --- > Cyrus Home Page: http://asg.web.cmu.edu/cyrus > Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu > List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html -- Edward Rudd <[EMAIL PROTECTED]> Website http://www.outoforder.cc/ --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html