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

Can't get SSL working

From: Paul Gross <paul_at_grosss.net>
Date: 2003-10-15 08:19:11 CEST

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:

./configure --prefix=/home/paul/apps --with-ssl=/home/paul/apps/ssl
./configure --prefix=/home/paul/apps --with-ssl=/home/paul/apps/lib

None of these work. I can't get it to recognize ssl. Any ideas? Thanks.

Paul Gross
paul@grosss.net

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 15 08:20:57 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.