From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 31 19:09:01 2015 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C404F92 for ; Tue, 31 Mar 2015 19:09:01 +0000 (UTC) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 22F846C1 for ; Tue, 31 Mar 2015 19:09:00 +0000 (UTC) Received: from yuri.doctorlan.com (c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128]) (authenticated bits=0) by shell1.rawbw.com (8.14.9/8.14.9) with ESMTP id t2VJ8wfo017006 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 31 Mar 2015 12:08:59 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128] claimed to be yuri.doctorlan.com Message-ID: <551AF0C9.7090903@rawbw.com> Date: Tue, 31 Mar 2015 12:08:57 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: Re: VirtualBox (sometimes) not starting/hanging after recent openssl updates References: <20150329182732.GA1415@elch.exwg.net> <5519AF03.1030808@kit.bg> <20150330202151.GA1418@elch.exwg.net> <20150330173027.2207c592@Papi> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2015 19:09:01 -0000 On 03/30/2015 14:49, Warren Block wrote: > > Mine links only to 8, but does not work: > > /usr/local/lib/virtualbox/VBoxRT.so: > ... > libssl.so.8 => /usr/local/lib/libssl.so.8 (0x80244d000) People who have both libssl.so.8 and libssl.so.7 from both openssl port and base have libssl.so.7 from base coming through libcurl.so (run ldd -a to see this). Some update to curl during March caused curl to link to base when openssl port is requested there. Rolling curl back to Mar 1 version removes libssl.so duplicate, but doesn't fix virtualbox. For me VirtualBox breaks with some strange message about environment corruption. And on the simplified environment it freezes on some mutex wait. Totally broken, caused by some updates 1-2 weeks ago. Yuri