ubuntu5.10 安装mysql失败 请问如何解决?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
heloworld
帖子: 112
注册时间: 2006-03-17 18:31

ubuntu5.10 安装mysql失败 请问如何解决?

#1

帖子 heloworld » 2006-05-17 17:43

apt-get install mysql-server的结果如下:
Reading package lists...
Building dependency tree...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
mysql-server: Depends: mysql-client (>= 4.0.24-10ubuntu2.3) but it is not going to be installed
Depends: libdbi-perl but it is not installable


这是怎么回事??
moonchild
帖子: 116
注册时间: 2005-12-25 20:44

#2

帖子 moonchild » 2006-05-17 22:54

有依赖问题

试试

代码: 全选

apt-get install -f 
要么就是

代码: 全选

apt-get -f install
记不清了,不好意思

[/color]
heloworld
帖子: 112
注册时间: 2006-03-17 18:31

#3

帖子 heloworld » 2006-05-18 9:55

非常感谢。

可还是不行

apt不是自动解决依赖关系么
回复