You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jeenu V <je...@gmail.com> on 2008/12/05 06:34:06 UTC

SSL support for 1.5.4

Hi,

I'm trying to build SVN 1.5.4 client with SSL support so that I can work
with https:// URL's. I did ./configure --with-ssl. But the built SVN says
"svn: SSL not supported". Please, can somebody tell me how to build with SSL
support?

-- 
Thanks
Jeenu

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

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

Re: SSL support for 1.5.4

Posted by Jeenu V <je...@gmail.com>.
Thanks for the reply.

I tried to build in a Debian etch machine; and neon package was already
installed. From ./configure --help, I understood that all I need to do is to
use --with-ssl. I didn't use --with-neon=PREFIX because ./configure script
seem to locate it correctly. I later tried with --with-serf=/usr/lib, but
that didn't help either. The binary subversion/svn/svn gave the same error.

Jeenu

On Sat, Dec 6, 2008 at 1:10 AM, Ryan Schmidt <
subversion-2008c@ryandesign.com> wrote:

>
> Subversion itself doesn't use SSL. Subversion uses neon or serf, which in
> turn can use SSL. So you need to first build neon (or serf) with SSL
> support. Then you can build Subversion with neon (or serf) support.




-- 
Thanks
Jeenu

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

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

Re: SSL support for 1.5.4

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Dec 5, 2008, at 00:34, Jeenu V wrote:

> I'm trying to build SVN 1.5.4 client with SSL support so that I can  
> work with https:// URL's. I did ./configure --with-ssl. But the  
> built SVN says "svn: SSL not supported". Please, can somebody tell  
> me how to build with SSL support?

Subversion itself doesn't use SSL. Subversion uses neon or serf,  
which in turn can use SSL. So you need to first build neon (or serf)  
with SSL support. Then you can build Subversion with neon (or serf)  
support.

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

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