svn commit problems with sourceforge due to svn

Marcin Wisnicki mwisnicki+freebsd at gmail.com
Mon Apr 5 13:26:31 UTC 2010


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.



More information about the freebsd-questions mailing list