Date: Sun, 22 Mar 2015 17:41:41 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> To: Chris Newman <bsdhat@gmail.com>, vbox@FreeBSD.org Subject: Re: Error running VirtualBox 4.3.20_4 on PC-BSD 10.0 Message-ID: <550EF0C5.3090106@quip.cz> In-Reply-To: <CAKYz2uZMR2y82W7UJXG9jWCg4mSO0Na6=7TPXQf78-0EBQjypQ@mail.gmail.com> References: <CAKYz2uZMR2y82W7UJXG9jWCg4mSO0Na6=7TPXQf78-0EBQjypQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Chris Newman wrote on 03/22/2015 14:07: > Hi, > > I installed VirtualBox 4.3.20_4 using AppCafe on PC-BSD 10.0, but can't > launch it. > > uname -a > > FreeBSD blowfish 10.0-RELEASE-p15 FreeBSD 10.0-RELEASE-p15 #0: Wed Jul 9 > 15:46:53 UTC 2014 root@amd64-builder.pcbsd.org:/usr/obj/usr/src/sys/GENERIC > amd6 > > /usr/local/lib/virtualbox/VirtualBox > > VirtualBox: Error -610 in supR3HardenedMainInitRuntime! > VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed: Shared > object "libcurl.so.4" not found, required by "VBoxRT.so" > > VirtualBox: Tip! It may help to reinstall VirtualBox. > > Reinstall did not help, nor did trying to run it as root. You can try two things: ldd /usr/local/lib/virtualbox/VBoxRT.so And see if it shows you an existing libcurl line. For example libcurl.so.4 => /usr/local/lib/libcurl.so.4 (0x8021d4000) You can try to install curl package. Anyway, I recommand you to upgrade PC-BSD to 10.1.1 and update all you packages. Miroslav Lachman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?550EF0C5.3090106>