BF works under Fedora Core 2 on an AMD

Chris Wilkes cwilkes-bf at ladro.com
Wed Aug 25 22:57:51 CEST 2004


On Wed, Aug 25, 2004 at 04:03:43PM -0400, David Relson wrote:
> On Wed, 25 Aug 2004 12:53:17 -0700
> Chris Wilkes wrote:
> 
> > Just to let everyone know I setup a new mail server with Red Hat's
> > Fedora Core 2 (FC2) on an AMD K6 processor and Bogofilter works fine
> > on it.
> > 
> > Getting FC2's db42 libraries on there was a pain due to some NPTL
> > issues, thankfully someone out there recompiled those libraries with
> > (or without?) posix mutex thread support and I was able to use it.
> > 
> > The only issue was that I couldn't use the prebuilt .i586.rpm due to
> > it wanting the db41 library and I had lib42.  Compiling from the
> > source RPM went smoothly.  No issues at all.
> 
> Thanks for the news.  Some folks have had trouble building/linking
> bogofilter with new distributions.  Exactly which versions of the
> kernel, gcc, glibc, and db42 are you using with FC2?

Its stock FC2 except for the db42 libraries:
# uname -a
  Linux mail 2.6.5-1.358 #1 Sat May 8 09:00:01 EDT 2004 i586 i586 i386 GNU/Linux
# uname -p
  i586
# rpm -qa --queryformat "%{arch}\t%{name}-%{version}-%{release}\n" glibc
  i386    glibc-2.3.3-27
# rpm -qa --queryformat "%{arch}\t%{name}-%{version}-%{release}\n"
  i586    kernel-2.6.5-1.358
# rpm -qa --queryformat "%{arch}\t%{name}-%{version}-%{release}\n" db42
  i386    db42-4.2.52-0.1

Here's the db4/nptl/i586 problem:
  http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=91933

That bug's been around for over a year now.

Chris



More information about the Bogofilter mailing list