Blair Zajac <blair@orcaware.com> writes:
> Ben Collins-Sussman wrote:
> >
> > Timothee Besset <ttimo@idsoftware.com> writes:
> >
> > > You can force neon to use an old SSL. --with-ssl --with-force-ssl
> > >
> > > This is useful on Debian Woody for instance, where the backported the
> > > recent security fixes to SSL to an older version.
> >
> > I tried that, and still got unsettling ouput from neon's ./configure.
> > I mean, the script *did* finish running, no errors mid-stream. But it
> > prints this message at the end:
>
> Try the --with-libs command line configure option:
>
> --with-libs=DIR[:DIR2...] look for support libraries in DIR/{bin,lib,include}
>
> I've used it on systems with openssl installed in non-standard places,
> but don't know if it'll use your specified openssl over the one in the
> standard locations.
Bing! That worked perfectly. Thanks, Blair!
./configure --with-ssl --with-libs=/usr/local
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking OpenSSL version is >= 0.9.6f... yes
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 20 18:46:48 2002