You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Gerard Marcel <me...@gmail.com> on 2009/04/15 15:12:54 UTC

Missing ra module

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?

TIA,

GM

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Missing ra module

Posted by Ryan Schmidt <su...@ryandesign.com>.
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@subversion.tigris.org].