From owner-freebsd-current@FreeBSD.ORG Mon Sep 16 11:33:03 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 BF242262 for ; Mon, 16 Sep 2013 11:33:03 +0000 (UTC) (envelope-from ljboiler@gmail.com) Received: from mail-yh0-x233.google.com (mail-yh0-x233.google.com [IPv6:2607:f8b0:4002:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82FA72536 for ; Mon, 16 Sep 2013 11:33:03 +0000 (UTC) Received: by mail-yh0-f51.google.com with SMTP id t59so1932788yho.24 for ; Mon, 16 Sep 2013 04:33:02 -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:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=h2etJqJ3f1bMGw32o7528CS0lmMuSN4XmkjfuAq5mtY=; b=CH902BSoj6gGALZj+v/2Su4Xbp/QvNmrlekefCPIoYmSDWYzWsd9S1wWiLRWdFWtef P8GeyYh6ja5M24bEdfI2OrkXj4Ccf9HWuLvkwJJ1+4wdGbc13Wp0G9qG8eDkzLtfTFXY lTg3ygYaF6BS0yv8an896SVdyQTsKqqlc8B7fPJKSgmyD6GH1e/tvbXe4SsvlYgOYizc L/1c9cvD7QhgiM+p56+Z9f21SXtVd+CdTGJtICsqhrmrwB/P8JFEY4wY2R9+eIjkStox A5Y1LoglatvChwJ35XNno2xzziAsEUkdETPPASwhKlZ2+RqwUgKKl9ppjCGU1i+R+Mot ttQQ== X-Received: by 10.236.41.133 with SMTP id h5mr18258717yhb.22.1379331182642; Mon, 16 Sep 2013 04:33:02 -0700 (PDT) Received: from jmobile.jimmy.local (71-81-196-43.dhcp.stls.mo.charter.com. [71.81.196.43]) by mx.google.com with ESMTPSA id s46sm37284032yha.27.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Sep 2013 04:33:02 -0700 (PDT) Received: by jmobile.jimmy.local (sSMTP sendmail emulation); Mon, 16 Sep 2013 06:33:00 -0500 Date: Mon, 16 Sep 2013 06:33:00 -0500 From: Jimmy Kelley To: freebsd-current@freebsd.org Subject: Re: Problem running VirtualBox Message-ID: <20130916113259.GA1519@jmobile.jimmy.localnet> References: <20130915114204.3ad0adaa@poseidon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130915114204.3ad0adaa@poseidon> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: alex323@gmail.com 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 11:33:03 -0000 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 >