VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib64/virtualbox/VirtualBox.so",) failed: VBoxVMM.so: cannot open shar

VirtualBox OSE 3.2.10 Bug修复
本文记录了在 Fedora 14 中 VirtualBox-OSE-3.2.10-1.fc14.x86_64 版本遇到的一个问题及其解决办法。该问题是由于缺少必要的共享对象文件导致 VirtualBox 启动失败。通过创建指向 /usr/lib64/virtualbox 的符号链接到 /lib64 目录下,可以绕过此问题。

http://comments.gmane.org/gmane.linux.redhat.fedora.rpmfusion.devel/8527 https://bugzilla.rpmfusion.org/show_bug.cgi?id=1465

https://bugzilla.rpmfusion.org/show_bug.cgi?id=1465

 

 

in updates testing I found 
VirtualBox-OSE-3.2.10-1.fc14.x86_64

which have same problem of this bug and same work around 

# find /usr/lib64/virtualbox/ -name /*.so -exec ln -s -t /lib64 '{}' ';'
[frank@apollo virtualbox]$ VirtualBox 
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib64/virtualbox/VirtualBox.so",) failed: VBoxVMM.so: cannot open shared object file: No such file or directory
[frank@apollo components]$ su -c "find /usr/lib64/virtualbox/ -name /*.so -exec ln -s -t /lib64 '{}' ';'"
Password: 
ln: creating symbolic link `/lib64/VBoxREM.so': File exists
ln: creating symbolic link `/lib64/VBoxVMM.so': File exists
ln: creating symbolic link `/lib64/VBoxDDU.so': File exists
ln: creating symbolic link `/lib64/VBoxXPCOM.so': File exists
ln: creating symbolic link `/lib64/VBoxRT.so': File exists
[frank@apollo components]$ VirtualBox 

 

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值