Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Apr 2010 10:08:36 +0200
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-questions@freebsd.org
Subject:   svn commit problems with sourceforge due to svn
Message-ID:  <4BB99A84.60108@bsdforen.de>

next in thread | raw e-mail | index | archive | help
Hello,

I'd like to commit my new release of sysutils/automounter to
the sourceforge svn repository, so that I can branch the release.

Unfortunately there seems to be a problem with OpenSSL:
svn: Commit failed (details follow):
svn: OPTIONS of 'https://bsdadminscripts.svn.sourceforge.net/svnroot/bsdadminscripts/automounter': SSL negotiation failed: SSL disabled due to library version mismatch (https://bsdadminscripts.svn.sourceforge.net)

It seems svn is linked to both the base system version of OpenSSL
(0.9.8k) and the package (1.0.0):
> ldd /usr/local/bin/svn |grep ssl
	libssl.so.7 => /usr/local/lib/libssl.so.7 (0x801c8f000)
	libssl.so.6 => /usr/lib/libssl.so.6 (0x803242000)

I have no idea which version of OpenSSL is used by SF.

Does someone know a workaround/fix?

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BB99A84.60108>