From owner-freebsd-emulation@FreeBSD.ORG Fri Dec 6 22:24:30 2013 Return-Path: Delivered-To: vbox@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 ESMTPS id 2D3119E4 for ; Fri, 6 Dec 2013 22:24:30 +0000 (UTC) Received: from mail-qc0-x232.google.com (mail-qc0-x232.google.com [IPv6:2607:f8b0:400d:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D85AE16BA for ; Fri, 6 Dec 2013 22:24:29 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id i17so963620qcy.23 for ; Fri, 06 Dec 2013 14:24:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=YuojkV0PpCLaTSeAbCcLBsi9BZDybK+GnlVH0bIIyms=; b=TccPNnPUpRrE/skW1HD9AR/QjYBXYFC7OmMctT2j2Jpz6NVS5oUauW7aQUtl06t3vL ozoVfemU/EDNxjx/p2xypo0CqqaayqMmzIEqEYCUPZdbk0An1morkGMB/WaHyQpKVPgS y2ZFAR5/4/jdqL+1grE6ruAVGuPaCtS5InTDE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=YuojkV0PpCLaTSeAbCcLBsi9BZDybK+GnlVH0bIIyms=; b=V7eLigJaQpkwNr3OpQbkngLJM8Z5UAC9bmjkQJUEey+jgbxbwhB0XkTGmU8rdgxVnT W+C0ucjWo5HH1J58+QXPTpXN9JGNRP7znd7jDAOAc7ZjZxOrmCmnCJpE9NV/z2LRY/PM 4SCgVw1Dmar6LQhajlKT4ske9NjHW9xP6OK8fHS/7E0KC4ypAGcL0shd0bwlNFW6P2af OIXhutmkoB7Y9pnoAn6ut5bBEUqpivMoo5UoWP+rjp0Fhr/fsuR8zzJXjsvzWTSWf+7G 1K22tUkN28C2u4wZS3OrzEtQup2vTeN0VM7s6bC5X6ucH4cwXOH0Nb3d0UjLo9i0WK7q WdtA== X-Gm-Message-State: ALoCoQmONniVEncHbvv1jP43Hy6IIuUcU4YU+SF3ctqIgbSqM4OQZsZi5H6bHzwQX90Qc1t83Bhp X-Received: by 10.224.24.201 with SMTP id w9mr51816032qab.103.1386368669007; Fri, 06 Dec 2013 14:24:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.86.42 with HTTP; Fri, 6 Dec 2013 14:23:58 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Fri, 6 Dec 2013 17:23:58 -0500 Message-ID: Subject: Re: VirtualBox errors when I try to run (dlopen("/usr/local/lib/virtualbox/VBoxRT.so", )) To: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Sat, 07 Dec 2013 00:02:46 +0000 Cc: vbox@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 06 Dec 2013 22:24:30 -0000 On Fri, Dec 6, 2013 at 4:04 PM, Bernhard Fr=C3=B6hlich = wrote: > > Am 06.12.2013 21:45 schrieb "Eitan Adler" : > > >> >> I get the following when try to run VirtualBox. >> >> 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 >> >> %pkg info -x compat9x >> compat9x-amd64-9.2.902000.201310 >> %pkg info -x virtualbox >> virtualbox-ose-4.2.18_1 >> virtualbox-ose-kmod-4.2.18 >> >> Any ideas how for to fix this? > > Deinstall the compat port(s) and it will work again. I need the compat port for Java. Is it possible to have VirtualBox ignore the compat libs? why is it looking their anyway? --=20 Eitan Adler