Bochs安装疑问 丢失的依赖关系

Kvm、VMware、Virtualbox、Xen、Qemu 等
回复
xclord2012
帖子: 1
注册时间: 2011-12-20 2:12

Bochs安装疑问 丢失的依赖关系

#1

帖子 xclord2012 » 2011-12-20 2:42

由于一些原因,需要使用2.3.7版本的Bochs,恰好有源码,于是就编译安装了。
执行bochs命令,然后选6出现
00000000000i[ ] lt_dlhandle is (nil)
00000000000p[ ] >>PANIC<< dlopen failed for module 'x': file not found

遂执行sudo apt-get install bochs-x
安装完成后仍不行,发现bochs-x的版本是2.4.5 的,于是下载了bochs-x 2.3.7的deb包,双击安装是出现如下信息

bochs-x: Depends: libc6 (>= 2.7-1) but 2.13-0ubuntu13 is installed
Depends: libgcc1 (>= 1:4.1.1) but 1:4.5.2-8ubuntu4 is installed
Depends: libice6 (>= 1:1.0.0) but 2:1.0.7-1ubuntu1 is installed
Depends: libstdc++6 (>= 4.1.1) but 4.5.2-8ubuntu4 is installed
Depends: bochs (= 2.3.7-1) but it is not installed

疑问,bochs2.3.7已经编译安装(源码编译安装的,不是通过安装包或软件中心),但是bochs-x似乎找不到依赖关系,如何才能将bochs的依赖关系导入软件中心???
mimihu88
帖子: 552
注册时间: 2006-04-03 11:26

Re: Bochs安装疑问 丢失的依赖关系

#2

帖子 mimihu88 » 2011-12-20 7:23

1.bochs-x 2.3.7deb明显和你的系统不匹配,比如人家是为11.04编译的,你拿来10.04用;
2.

代码: 全选

Depends: bochs (= 2.3.7-1) but it is not installed
,你的bochs也没有安装嘛
3.你编译安装bochs的log呢,贴出来看看有什么提示
回复