From owner-freebsd-current@FreeBSD.ORG Mon Sep 16 14:09:43 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 05B8F9AD for ; Mon, 16 Sep 2013 14:09:43 +0000 (UTC) (envelope-from alex323@gmail.com) Received: from mail-qe0-x236.google.com (mail-qe0-x236.google.com [IPv6:2607:f8b0:400d:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA7772FEE for ; Mon, 16 Sep 2013 14:09:42 +0000 (UTC) Received: by mail-qe0-f54.google.com with SMTP id cy11so2872689qeb.27 for ; Mon, 16 Sep 2013 07:09:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Rbdqi5drBjOsuN+HIdkiPnyVooxrlHuiM8uZDhmxDxk=; b=T35sG648JORrNh/nuuo65oGoaZ+cU20QiHrvaapVXOa/em++IY5FiCwbkNuAe/DpLe /smq1eiwUChc7yZNavkSaP6LVU5hFaLzInZaR6yDio+bTJN3fGmOxmFxuMSinBcyAe6U W+mFqhtru2l2C+00QT7cCZ1UE3bIWGblP80oTWc/MbKD8FUmPzsM62dDyOmJN9207coq EcpMjFOGw4DNufAWXjDp2JLBpyBpjRq53hBncATX6nElGTVDMHzIVqWEptIaEmzI+caJ r8lUFAghnfTnWz9+NCsKQ+5vN/VVL9BnbAfXgFgT2BqX6wNfFqD0YUjeudDARQpsLVxk PKnQ== X-Received: by 10.49.25.41 with SMTP id z9mr3111759qef.72.1379340581528; Mon, 16 Sep 2013 07:09:41 -0700 (PDT) Received: from poseidon (WPIS-64-140-248-237.worldpath.net. [64.140.248.237]) by mx.google.com with ESMTPSA id f8sm23479896qai.13.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 16 Sep 2013 07:09:41 -0700 (PDT) Date: Mon, 16 Sep 2013 10:09:40 -0400 From: Alex To: Jimmy Kelley Subject: Re: Problem running VirtualBox Message-ID: <20130916100940.6b242fd1@poseidon> In-Reply-To: <20130916113259.GA1519@jmobile.jimmy.localnet> References: <20130915114204.3ad0adaa@poseidon> <20130916113259.GA1519@jmobile.jimmy.localnet> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 14:09:43 -0000 On Mon, 16 Sep 2013 06:33:00 -0500 Jimmy Kelley wrote: > I had the same problem. Turned out that the offending libstdc++.so.6 > had be installed by the compat8x package, which had been installed > by the bootstrap-openjdk package. Deleted both of those, and now > Virtualbox finds and use the one supplied by the GCC compiler > used to build it. > > Jimmy > > > On Sun, Sep 15, 2013 at 11:42:04AM -0400, Alex wrote: > > Hi: > > > > When I try to run VirtualBox I get the following error: > > > > VirtualBox: Error -610 in supR3HardenedMainInitRuntime! > > VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) > > failed: /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 > > required by /usr/local/lib/virtualbox/VBoxRT.so not found > > > > Reinstalling does not solve the issue. Does anyone know what could > > be going wrong? > > > > FreeBSD 10.0-CURRENT #31 r255465 > > > > -- > > Alex > > That worked for me, thank you. -- Alex