VirtualBox不在我的ubuntu11.1032位操作系统上运行。当我在终端中输入VirtualBox时,我得到:
keghn@keghn-laptop:~$ VirtualBox VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: /usr/local/lib/libSDL-1.2.so.0: undefined symbol: DirectFBCreate.
谢谢你的帮助。
发布于 2011-12-23 22:40:02
/usr/local/lib/libSDL-1.2.so.0 --这不是Ubuntu包中的东西。Ubuntu包在/usr/local中没有任何东西,所以它来自其他地方。这也是造成麻烦的原因。找出你需要的东西,如果不需要,就把它移除。
您是否从Ubuntu存储库安装了virtualbox?如果你没有,我建议你去做。
https://askubuntu.com/questions/90102
复制相似问题