On Tuesday 01 Jun 2010, yary wrote:
> Hello,
>
> I've retrieved the /subversion-1.6.11 tarball from
> http://subversion.tigris.org/downloads/subversion-1.6.11.tar.bz2 .
>
> I can configure and build it with serf- eg
>
> configure: serf library configuration
> checking serf.h usability... yes
> checking serf.h presence... yes
> checking for serf.h... yes
> checking for serf_context_create in -lserf-0... yes
>
> The build proceeds error-free, but after I install and run it, I don't
> have http access-
>
> $ svn ls http://anywhere.example.com
> svn: Unrecognized URL scheme for 'http://anywhere.example.com'
>
> $ svn --version
> svn, version 1.6.11 (r934486)
>    compiled May 31 2010, 16:03:27
>
> Copyright (C) 2000-2009 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
>
> Here's the config & sys info-
> $ uname -a
> OpenBSD pinky.yary.ack.org 3.9 GENERIC#617 i386
>
>
> $ ./configure  '--with-apr=/usr/local/apr/bin/apr-1-config'
> '--with-apr-util=/usr/local/apr/bin/apu-1-config'
>  '--with-serf=/usr/local/serf' '--enable-runtime-module-search'
> '--with-apxs=/usr/local/apache2/bin/apxs' '--with-berkeley-db'
> '--without-neon'
>
> I have different apache2's installed, the apr, apu, and apxs listed
> are all from the same build.
>
> One thing that's a little odd, even with the "--without-neon" line,
> configure still complains:
>
> configure: checking neon library
>
> An appropriate version of neon could not be found, so libsvn_ra_neon
> will not be built.  If you want to build libsvn_ra_neon, please either
> install neon 0.29.0 on this system
>
> or
>
> get neon 0.29.0 from:
>     http://www.webdav.org/neon/neon-0.29.0.tar.gz
> unpack the archive using tar/gunzip and rename the resulting
> directory from ./neon-0.29.0/ to ./neon/
>
> no suitable neon found
>
> -y

Do you have the subversion-deps archive also unpacked ontop of your subversion 
sources? I don't recall having to do anything extra to get http access from 
the standard build but you might still need to pass --with-neon=`pwd`/neon on 
the configure line.

Campbell
-- 

__________________________________________________________________________________
Sword Ciboodle is the trading name of ciboodle Limited (a company 
registered in Scotland with registered number SC143434 and whose 
registered office is at India of Inchinnan, Renfrewshire, UK, 
PA4 9LH) which is part of the Sword Group of companies.

This email (and any attachments) is intended for the named
recipient(s) and is private and confidential. If it is not for you, 
please inform us and then delete it. If you are not the intended 
recipient(s), the use, disclosure, copying or distribution of any 
information contained within this email is prohibited. Messages to 
and from us may be monitored. If the content is not about the 
business of the Sword Group then the message is neither from nor 
sanctioned by us.

Internet communications are not secure. You should scan this
message and any attachments for viruses. Under no circumstances
do we accept liability for any loss or damage which may result from
your receipt of this email or any attachment.
__________________________________________________________________________________

Reply via email to