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

Function not implemented error in RedHat 9

From: Chris Croome <chris_at_webarchitects.co.uk>
Date: 2003-09-25 13:42:32 CEST

Hi

I have this error on a RedHat 9 box:

  [chris@devil tmp]$ svnadmin create test
  svn: Berkeley DB error
  svn: Berkeley DB error while creating environment for filesystem test/db:
  Function not implemented

There are several suggestions on how to fix this on the FAQ:

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

Working through these suggestions:

  * Rebuild db4 for the kernel you're using.

    - I have yet to try this one... it's next on my list...

  * Use a RedHat 9 kernel.

    - Doing this already, running the latest i586 one (it's a K6 300
      processor) from RedHat:

      [chris@devil tmp]$ rpm -qa kernel
      kernel-2.4.20-20.9
   
  * Apply the NPTL patches to the kernel you're using.

    - This doesn't apply because of above?

  * Use a recent (2.5.x) kernel with the NPTL support
    included.

    - Doing this already.
    
  * Check if environment variable LD_ASSUME_KERNEL is
    set to 2.2.5, and if so, unset it before starting
    Subversion (Apache). (You usually would set this
    variable to run Wine or Winex on RedHat 9)

    - I'm not really sure how to do this, this has no result:

      [root@devil etc]# printenv | grep LD_ASSUME_KERNEL

      And there is nothing in /etc/

      [root@devil etc]# grep -r LD_ASSUME_KERNEL *
      grep: gconf/schemas/panel-per-panel-config.schemas: No such file or directory
      Binary file rmt matches
      grep: X11/X: No such file or directory
      
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 Sep 25 13:43:35 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.