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

SVN 1.4.3 - Compile issues with OpenSSL support on Solaris 10-SPARC

From: Thomas U <unixtu_at_mail.com>
Date: 2007-03-29 22:39:48 CEST

I'm trying to compile Subversion 1.4.3 on a Solaris 10 SPARC system with SSL enabled and i'm running into some issues that are causing me to want to bang my head against a wall. I was able to successfully compile SVN 1.4.3 on this same box without SSL support (to a non-standard directory which I subsequently removed so that I could install with SSL support).

My OpenSSL install is in a non-standard location (/inst/pkg-ver/openssl-0.9.8e) so my SVN configure statement looks like this.
./configure --prefix=/inst/pkg-ver/svn-client-1.4.3 --enable-all-static --with-ssl --with-libs=/inst/pkg-ver/openssl-0.9.8e/lib

I've tried both the base dir for OpenSSL and the lib dir but neither resolved the issue.

This is the error message that i'm getting, and I can't figure out for the life of me why Subversion is complaining about an OpenSSL 0.9.7 library being missing when i'm clearly pointing it to OpenSSL 0.9.8.

/home/tu/subversion-1.4.3/build/install-sh -c -d /inst/pkg-ver/svn-client-1.4.3/share/locale/zh_TW/LC_MESSAGES
cd subversion/po ; /home/tu/subversion-1.4.3/build/install-sh -c -m 644 zh_TW.mo /inst/pkg-ver/svn-client-1.4.3/share/locale/zh_TW/LC_MESSAGES/subversion.mo
subversion/svnversion/svnversion . /repos/svn/trunk > /inst/pkg-ver/svn-client-1.4.3/include/subversion-1/svn-revision.txt
ld.so.1: svnversion: fatal: libssl.so.0.9.7: open failed: No such file or directory
bash: line 1: 19164 Killed subversion/svnversion/svnversion . /repos/svn/trunk >/inst/pkg-ver/svn-client-1.4.3/include/subversion-1/svn-revision.txt
*** Error code 137
make: Fatal error: Command failed for target `revision-install'

I've tried the usual primary sources -- google, list archives, etc. but didn't find anything particularly useful. I am wondering whether this issue is the result of my non-standard location for OpenSSL and it is failing because I can't just specify --with-ssl=PATH/TO/INSTALLATION.

Any suggestions?
-TU

=
Search for products and services at:
http://search.mail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 29 22:40:11 2007

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.