From owner-freebsd-questions@FreeBSD.ORG Mon Apr 5 08:08:59 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 412A7106564A for ; Mon, 5 Apr 2010 08:08:59 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 049AB8FC15 for ; Mon, 5 Apr 2010 08:08:58 +0000 (UTC) Received: from mobileKamikaze.norad (unknown [188.46.173.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 2B8068A1A0F for ; Mon, 5 Apr 2010 10:08:49 +0200 (CEST) Message-ID: <4BB99A84.60108@bsdforen.de> Date: Mon, 05 Apr 2010 10:08:36 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.9) Gecko/20100331 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: 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 08:08:59 -0000 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?