[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Function not implemented error in RedHat 9

From: Chris Croome <chris_at_webarchitects.co.uk>
Date: 2003-10-23 17:33:39 CEST

Hi

This is a follow up to the thread that started here:

  http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=292504

The following could be used to update the RedHat FAQ here:

  http://subversion.tigris.org/project_faq.html#redhat-db

Th db4 shipped with redhat9 is built with --enable-posixmutexes. This
only works if you have a native posix threads library kernel, but it
seems that some RedHat kernels don't comes with nptl, for example the
i386 one.

So, for machines with i386 kernel the solution is to fix the db4.spec
file and rebuild the db4 RPMs.

This is the change to the spec file that fixes the problem:

  #%define nptl_arches %{ix86}
  %define nptl_arches i686

Chris

-- 
Chris Croome                               <chris@webarchitects.co.uk>
web design                             http://www.webarchitects.co.uk/ 
web content management                               http://mkdoc.com/   
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 23 17:34:24 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.