From owner-freebsd-current@FreeBSD.ORG Sun Sep 15 15:42:07 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB1BAA61 for ; Sun, 15 Sep 2013 15:42:07 +0000 (UTC) (envelope-from alex323@gmail.com) Received: from mail-qe0-x22c.google.com (mail-qe0-x22c.google.com [IPv6:2607:f8b0:400d:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DA6027AF for ; Sun, 15 Sep 2013 15:42:07 +0000 (UTC) Received: by mail-qe0-f44.google.com with SMTP id 3so2278508qeb.3 for ; Sun, 15 Sep 2013 08:42:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=RdRBDAMozHGpXTXovfULb/FJeCxC5+fMJVsXhZIF/Sc=; b=gU9KjQanpC9cqxhxiruP0adgbZusDVqRK1UHFmOAS1TqUhyfzt0OSgtrJ//dCKB0wa a8YklAVdpnmfbmC1zqEWA8q3X0rautfQJB9GQz+XFRlaoups6UzHseovjN+u9VaR2f03 ngrqfKvOe3qRPAxTTWEJTZ3OEO//s72YP9NBC0e5OjoKQnPXTeven6s4cJsYg72G/+hl +CbVub3EAm1F/U2+jIlO2Yodj8ti3Ffo1A8TuNnCqLtDubY5IFZpHXG3E1JrKdPs8cc9 eCBgk21L/GiHFLe0ZJ7o1sRzUQH2DTBF6vvRzIt4KUhPyMeTKpw0IooKuIHP2AvX5kbA a9+g== X-Received: by 10.49.84.6 with SMTP id u6mr1461611qey.79.1379259726667; Sun, 15 Sep 2013 08:42:06 -0700 (PDT) Received: from poseidon (WPIS-64-140-248-237.worldpath.net. [64.140.248.237]) by mx.google.com with ESMTPSA id 3sm13548649qau.3.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 15 Sep 2013 08:42:05 -0700 (PDT) Date: Sun, 15 Sep 2013 11:42:04 -0400 From: Alex To: freebsd-current@freebsd.org Subject: Problem running VirtualBox Message-ID: <20130915114204.3ad0adaa@poseidon> 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 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: Sun, 15 Sep 2013 15:42:07 -0000 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