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

Re: Missing ra module

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Wed, 15 Apr 2009 11:46:48 -0500

On Apr 15, 2009, at 10:12, Gerard Marcel wrote:

> When I do svn --version
> svn, version 1.5.5 (r34862)
> compiled Jan 26 2009, 19:45:04
>
> Copyright (C) 2000-2008 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> This product includes software developed by CollabNet (http://
> www.Collab.Net/).
>
> The following repository access (RA) modules are available:
>
> * ra_svn : Module for accessing a repository using the svn network
> protocol.
> - handles 'svn' scheme
> * ra_local : Module for accessing a repository on local disk.
> - handles 'file' scheme
>
> The https ra module is missing and I don't know how to get it to
> install. I used the following: ./configure --with-ssl --with-apr=/
> usr/local/apache2/bin/apr-1-config --with-apr-util=/usr/local/
> apache2/bin/apu-1-config
> --with-neon=/usr/local/bin --with-apxs=/usr/local/apache2/bin/apxs
> in the installation process. Can anyone help?

The http and https modules are provided by either neon or serf. The
fact that you don't have it means Subversion couldn't find either of
those libraries. You appear to be trying to use neon, but the correct
flag is probably --with-neon=/usr/local, not --with-neon=/usr/local/bin.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1729837

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-15 18:48:10 CEST

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.