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

SSL is not supported

From: Martin Sebor <sebor_at_roguewave.com>
Date: 2005-07-18 01:02:01 CEST

I'm wondering if someone could help explain what I might be doing
wrong building subversion-1.2.1. I have OpenSSL 0.9.8 (archives
only) installed in /usr/local/openssl-0.9.8 on a relatively clean
Solaris 9 box. I configured svn with the command below:

   ./configure --with-ssl=/usr/local/openssl-0.9.8 \
               --with-libs=/usr/local/openssl-0.9.8 \
               --prefix=/usr/local/subversion-1.2.1

Everything configured, built, and installed fine but when using svn
with https I get an error about SSL not being supported:

$ svn ls https://...
svn: SSL is not supported

It seems that the neon library was configured w/o SSL after all
(the NEON_SSL macro doesn't appear to be defined anywhere). Am
I missing some other required library/component that I need in
order to use https?

Thanks
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 18 01:02:14 2005

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.