Compiling in Red hat 6.2

David Relson relson at osagesoftware.com
Wed Feb 19 16:59:19 CET 2003


At 10:51 AM 2/19/03, Paulo Jan wrote:

>>[relson at osage src]$ for i in `locate libdb.so` ; do echo $i `rpm -qf $i` 
>>; done
>>/usr/lib/libdb.so.3 db2-2.4.14-6mdk
>>/usr/lib/libdb.so.2 db1-1.85-8mdk
>>/usr/local/BerkeleyDB.4.1/lib/libdb.so file 
>>/usr/local/BerkeleyDB.4.1/lib/libdb.so is not owned by any package
>>/lib/libdb.so libdb3.3-devel-3.3.11-11mdk
>>For me, libdb.so is in libdb3.3-devel not in glibc.
>>To ask the stupid question, why not just install a newer db3 rpm?
>
>
>         db3 *is* installed. I have /lib/libdb-3.1.so. What I'm wondering 
> is whether I should point the symbolic link that "configure" is looking 
> for (usr/lib/libdb.so) to that one, instead of to /lib/libdb-2.1.3.so, 
> which is where it's pointing right now.

Good.  My mistake.  Changing the symlink sounds like a reasonable idea.  I 
don't know for sure that it'll work, but it's certainly worth a try.  It 
might be a good idea to rename the current symlink (rather that remove it) 
in case the change doesn't work out.

Once you get bogofilter build, be sure to run "make check" so that you can 
verify that _your_ build is working properly.

Good luck.

David







More information about the Bogofilter mailing list