Re: SSL is not supported
From: Martin Sebor <sebor_at_roguewave.com>
Date: 2005-07-19 03:41:15 CEST
I was able to overcome these problems by following the steps below.
I defined these variables in my environment prior to configuring
LDFLAGS=-L/usr/local/openssl-0.9.8
(It turns out that the LDFLAGS variable should not be used to
To overcome subsequent linker errors caused by my OpenSSL not having
./config --prefix=/usr/local/openssl-0.9.8 threads zlib shared
I then added OpenSLL to the runtime linker's search path:
LD_LIBRARY_PATH=/usr/local/openssl-0.9.8/lib
That allowed me to configure, build, and install subversion.
$ svn ls https://...
Somehow ld.so.1 is not loading libssl.so early enough (it shows up
LD_PRELOAD=libssl.so
Martin
---------------------------------------------------------------------
|
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.