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

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:
> Stefen
>
> I have attached the subversion and neon config log files.

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
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
configure:27788: $? = 1

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
                                                         ^^^^^^^^
Note that double "lib". That looks wrong.
Does the directory .../openssl/0.9.8i/lib/lib actually exist?

Maybe that should be
  -L/ebay/software/pkgs/linux/2.4.21/i686/openssl/0.9.8i/lib

This also looks wrong:
  -I/ebay/software/pkgs/linux/2.4.21/i686/openssl/0.9.8i/lib//include

I'd expect something like:
  -I/ebay/software/pkgs/linux/2.4.21/i686/openssl/0.9.8i/include

Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=983404

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-12 15:05:17 CET

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.