You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Steven Kirk <st...@status-scientific.com> on 2002/11/08 09:29:19 UTC

Problem with install

Hi all,

I am trying to use subversion for the first time - I can build it and access it via file:/// URLs but when I try to use a http:// URL, I get the following error:

svn: RA layer request failed
svn: PROPFIND of /: 405 Method Not Allowed

And my apache2 error_log says this:

[Fri Nov 08 09:24:07 2002] [error] [client ::1] Could not fetch resource information.  [500, #0]
[Fri Nov 08 09:24:07 2002] [error] [client ::1] Could not open the SVN filesystem at /home/software/projects/svn/mentorpc  [500, #160000]
[Fri Nov 08 09:24:07 2002] [error] [client ::1] (84)Invalid or incomplete multibyte or wide character: bad database version: 2.4.14  [500, #160000]

I am a bit of newbie with this *nix stuff, so I apologise if I'm doing something stoopid.


______________________________________
Inflex - installed on mailserver for domain @status-scientific.com
Queries to: postmaster@status-scientific.com

Re: Problem with install

Posted by Philip Martin <ph...@codematters.co.uk>.
"Steven Kirk" <st...@status-scientific.com> writes:

> [Fri Nov 08 09:24:07 2002] [error] [client ::1] (84)Invalid or incomplete multibyte or wide character: bad database version: 2.4.14  [500, #160000]

2.4.14 is the wrong version of BDB.  When you configure Apache be sure
to use --with-dbm=db4 and --with-berkeley-db=/some/path.  See the
Subversion INSTALL file for details.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org