From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 30 21:49:38 2015 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E54E2260 for ; Mon, 30 Mar 2015 21:49:38 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 96BD8CAE for ; Mon, 30 Mar 2015 21:49:38 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t2ULnPrm078417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 30 Mar 2015 15:49:25 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t2ULnOln078412; Mon, 30 Mar 2015 15:49:25 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 30 Mar 2015 15:49:24 -0600 (MDT) From: Warren Block To: Mario Lobo Subject: Re: VirtualBox (sometimes) not starting/hanging after recent openssl updates In-Reply-To: <20150330173027.2207c592@Papi> Message-ID: References: <20150329182732.GA1415@elch.exwg.net> <5519AF03.1030808@kit.bg> <20150330202151.GA1418@elch.exwg.net> <20150330173027.2207c592@Papi> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 30 Mar 2015 15:49:25 -0600 (MDT) Cc: freebsd-emulation@freebsd.org 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: Mon, 30 Mar 2015 21:49:39 -0000 On Mon, 30 Mar 2015, Mario Lobo wrote: > On Mon, 30 Mar 2015 22:21:51 +0200 > Christoph Moench-Tegeder wrote: > >> Hi, >> >> ## Ivo Karabojkov (karabojkov@kit.bg): >> >>> I've explained my tests already to the thread you mention. Here is >>> my ldd output from a working system: >>> # ldd /usr/local/lib/virtualbox/VBoxRT.so >>> /usr/local/lib/virtualbox/VBoxRT.so: >> >>> libcrypto.so.7 => /lib/libcrypto.so.7 (0x8026a8000) >> >> Unless I completely mis-grepped your mail, this is the only libcrypto >> pulled in by your VBoxRT.so, so it's not surprising that your system >> is fine :) >> The trouble starts when /usr/local/lib/libcrypto.so.8 and the >> libcrypto.so.7 as above are referenced by the same VBoxRT.so. >> Mind, the libcrypto.so.8 is part of "openssl from ports", so unless >> you have that installed, you should be safe from _this_ problem. >> >> Regards, >> Christoph >> > > Nope! > > I have: > > /usr/local/lib/virtualbox/VBoxRT.so: > (snip) > libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x8026a7000) > libcrypto.so.7 => /lib/libcrypto.so.7 (0x80431d000) > libcrypt.so.5 => /lib/libcrypt.so.5 (0x804fee000) > > > and mine is fine too! 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)