From owner-freebsd-questions@FreeBSD.ORG Mon Apr 5 20:41:34 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 8B895106564A for ; Mon, 5 Apr 2010 20:41:34 +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 37DC98FC23 for ; Mon, 5 Apr 2010 20:41:33 +0000 (UTC) Received: from mobileKamikaze.norad (unknown [88.130.213.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 037D88A1A07; Mon, 5 Apr 2010 22:41:32 +0200 (CEST) Message-ID: <4BBA4AFC.3030006@bsdforen.de> Date: Mon, 05 Apr 2010 22:41:32 +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: Marcin Wisnicki References: <4BB99A84.60108@bsdforen.de> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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 20:41:34 -0000 On 05/04/2010 15:31, Marcin Wisnicki wrote: > On Mon, 05 Apr 2010 13:26:16 +0000, Marcin Wisnicki wrote: > >> On Mon, 05 Apr 2010 10:08:36 +0200, Dominic Fandrey wrote: >> >>> >>> 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) >> >> >>> Does someone know a workaround/fix? >> >> Deinstall openssl package and rebuild svn. >> > > Also if the problem is reproducible - that is, svn being linked to both > versions of openssl if package is installed, you should definitely file > a bug against devel/subversion port. I have libmapped .so.6 to .so.7, which works (so I forced the port instead of the base install). It doesn't work the other way. I don't think svn is directly linked to both versions of OpenSSL, I think SVN is linked to one and a linked library is linked to the other version of OpenSSL. Regards -- 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?