Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 2010 13:26:16 +0000 (UTC)
From:      Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: svn commit problems with sourceforge due to svn
Message-ID:  <hpcodo$eji$2@dough.gmane.org>
References:  <4BB99A84.60108@bsdforen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 05 Apr 2010 10:08:36 +0200, Dominic Fandrey wrote:

> 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.

It does not matter.

> 
> Does someone know a workaround/fix?

Deinstall openssl package and rebuild svn.

Alternatively you could try mapping one of them to another in libmap.conf(5),
but it may not work or cause troubles.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?hpcodo$eji$2>