From owner-freebsd-questions@FreeBSD.ORG Mon Apr 5 13:26:31 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80D90106564A for ; Mon, 5 Apr 2010 13:26:31 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 3BAC88FC08 for ; Mon, 5 Apr 2010 13:26:31 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NymJw-00036U-Iw for freebsd-questions@freebsd.org; Mon, 05 Apr 2010 15:26:28 +0200 Received: from static-78-8-147-77.ssp.dialog.net.pl ([78.8.147.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Apr 2010 15:26:28 +0200 Received: from mwisnicki+freebsd by static-78-8-147-77.ssp.dialog.net.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Apr 2010 15:26:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Marcin Wisnicki Date: Mon, 5 Apr 2010 13:26:16 +0000 (UTC) Lines: 31 Message-ID: References: <4BB99A84.60108@bsdforen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: static-78-8-147-77.ssp.dialog.net.pl User-Agent: Pan/0.132 (Waxed in Black) Subject: Re: svn commit problems with sourceforge due to svn X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Apr 2010 13:26:31 -0000 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.