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

unsupported libssl.so.6

From: Steven Kiehl <nanovox_at_gmail.com>
Date: Wed, 13 Feb 2008 03:50:14 -0500

I have openssl 0.9.8b and the openssl097a compatibility libraries installed
on a machine. This does not support openssl 0.9.7f which includes the
libssl.so.5 library. I've tried symlinking to the newer libssl.so.6 as well
as the older libssl.so.4, but nothing fixes the problem. Until subversion
fixes their source to support the new openssl libraries, I think I'm SOL on
--with-ssl support. this is the error I get when I run 'make install':

[activating module `authz_svn' in /usr/local/apache2/conf/httpd.conf]
subversion/svnversion/svnversion . /repos/svn/trunk >
/usr/local/include/subversion-1/svn-revision.txt
/usr/src/subversion/subversion-1.4.6/subversion/svnversion/.libs/lt-svnversion:
error while loading shared libraries: libssl.so.5: cannot open shared object
file: No such file or directory
make: *** [revision-install] Error 127

The strange thing is that neither configure nor make made any mention of the
missing library (or didn't report it). Is there some way around this
problem? or am I going to have to configure apache to accept non-ssl
connections from this box. I can't just use the rpm releases because I
compile apache from source, and the mod_dav subversion rpms require the
apache rpms, and I'm not one for forcing it with no dependencies.

I either need this thing to support 0.9.8b or scream while deleting the
bytes for subversion off my server. Has anyone else experienced my pain?
Received on 2008-02-13 09:50:33 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.