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

Re: Subversion on non-Linux Unix platforms

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2003-09-06 10:03:00 CEST

On Tue, Sep 02, 2003 at 04:39:21PM -0400, y2w2de9j001@sneakemail.com wrote:
> Hello, hopefully this is the proper place to ask this question. I've been lurking for quite a while and trying different things (short of debugging, though I can certainly do that if someone suggests a place to look) but I've run out of ideas.
>
> I've successfully compiled and used many different versions of
> Subversion under Linux. I've also compiled and used some fairly
> ancient versions of Subversion under Irix (0.10 or therabouts).
>
> Unfortunately, now I can't seem to successfully run Subversion under
> any platforms (except Windows but I used the precompileds there) other
> than Linux, including Irix and Solaris. I've tried many different
> versions including 0.28.2. The exact error that I get is:
>
> # svn list http://svn.collab.net/repos/svn/trunk
> svn: RA layer failed to init socket layer
> svn: network socket initialization failed

If you upgrade to subversion 0.29.0 (including neon 0.24.1) this error
should go away, I've been meaning to fix this for ages.

The problem is that you've enabled SSL support in neon by passing
--with-ssl to configure, but you don't have an PRNG daemon running; the
docs here might help:

http://www.webdav.org/neon/doc/html/refsslprng.html

Regards,

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 6 10:04:37 2003

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.