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

Re: 1.0.4 installed and working but error in Apache log

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-06-15 12:53:24 CEST

Nicholas Hemley wrote:
> I am thinking that an incompatible version of the Berkeley DB is
> installed?

That's one possibility; the other being permissions on the repository. Make
sure that the user you are running Apache as has full permissions to all files
in the repository folders. It is easiest to make sure that _all_ access is
through a single user account, rather than try to get http:// and file:// access
working together (if you were doing that).

>
> Config:
> subversion-server-1.0.4-1.rh90.i386.rpm
> db4-4.2.52-3.1.i386.rpm
> Apache 2.0.49
> apr-0.9.5-0.2.i386.rpm
> neon-0.24.6-1.i386.rpm
>

You didn't say where you got these various files from, but you are using RPM's
so it is more likely that you have a BDB mismatch. Try runnging this:

        $ ldd /usr/local/apache2/bin/httpd | fgrep libdb
         libdb-4.2.so => /usr/local/BerkeleyDB.4.2/lib/libdb-4.2.so (0x40041000)

(or whatever the path to httpd is). If you didn't obtain your Apache2 RPM from
the same source as the Subversion RPM, it is possible that Apache is compile
against 4.0 or 4.1 instead of 4.2.

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 15 12:54:27 2004

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

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