Re: Compiling Subversion with SSL Support - not happening
From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 12 Dec 2008 14:04:16 +0000
On Thu, Dec 11, 2008 at 12:44:54PM -0800, Sankaran, Nambi wrote:
Hi,
the failing bit is this:
configure:27782: gcc -o conftest -g -O2 -I/ebay/software/pkgs/linux/2.4.21/i686/openssl/0.9.8i/lib//include -D_LARGEFILE64_SOURCE -DNE_LFS -L/ebay/software/pkgs/linux/2.4.21/i686/openssl/0.9.8i/lib//lib conftest.c -lcrypto -ldl -lz >&5
Please run something like
$ find /ebay/software/pkgs/linux/2.4.21/i686/openssl -name '*crypto*'
to locate the libcrypto library.
Note that you pass this directory as library search path:
-L/ebay/software/pkgs/linux/2.4.21/i686/openssl/0.9.8i/lib//lib
Maybe that should be
This also looks wrong:
I'd expect something like:
Stefan
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.