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

Re: Can't get SSL working

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-10-15 10:23:03 CEST

On Wed, Oct 15, 2003 at 01:19:11AM -0500, Paul Gross wrote:
> I'm trying to build subversion from source and I can't seem to get ssl
> working. The machine is a sparc running solaris, and ssl is installed in
> /usr/local/ssl. I tried running the following commands:
>
> ./configure --prefix=/home/paul/apps --with-ssl
> ./configure --prefix=/home/paul/apps --with-ssl=/usr/local/ssl
> ./configure --prefix=/home/paul/apps
> --with-ssl=/usr/local/ssl/include/openssl
>
> None of these could find SSL; I get a "No SSL support" message. Then, I
> installed my own openssl from source in my home directory:
[snip]

Check the configure script for neon. I think you need something like
this, IIRC.

$ ./configure --prefix=/blah --with-ssl --with-libs=/usr/local/ssl

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 15 10:24:08 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.