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

Re: compiling subversion without ssl support

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-01-16 21:22:21 CET

On Jan 16, 2007, at 08:27, korebantic wrote:

> I'm having a spot of trouble getting subversion compiled on Linux/
> Red Hat ES 3. I don't care at all about SSL support, and actually I
> don't even need mod_dav support. However, I can't seem to figure
> out what the proper options to configure should be:
>
> /usr/bin/ld: cannot find -lssl
> collect2: ld returned 1 exit status
> make: *** [subversion/svn/svn] Error 1

Not sure I understand why this happens, since AFAIK Subversion does
not use SSL. Subversion can use Neon, which can use SSL, and
Subversion can be accessed over the svn+ssh protocol, which uses SSL,
but I do not believe the Subversion binaries themselves use SSL.

> configure options:
>
> ./configure \
> --without-httpd \

Looking at ./configure --help, I don't think there is any such option.

> --with-swig \

Ok. Swig doesn't relate to SSL, of course.

> --without-ssl \
> --without-neon

As ./configure --help says, the --with-ssl option is only passed to
the Neon build, and is not used by Subversion itself. Since you've
explicitly asked for no Neon (which means you will not be able to
access http- or https-hosted repositories), --without-ssl is irrelevant.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 16 21:23:02 2007

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.