安装phpmyadmin时报错

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

安装phpmyadmin时报错

#1

帖子 czjin » 2009-10-27 14:55

我用ubuntu9.04-server安装phpmyadmin报错,好像缺少php5-mcrypt 安装时又报错,我下面该怎么办,以前装过是好的。
root@ubuntu:/# sudo apt-get install phpmyadmin
Reading package lists... Done
Building dependency tree
Reading state information... Done
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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
phpmyadmin: Depends: php5-mcrypt but it is not installable
E: Broken packages

root@ubuntu:/# sudo apt-get install php5-mcrypt
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5-mcrypt is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package php5-mcrypt has no installation candidate
root@ubuntu:/#
头像
O_O_BOT
帖子: 2461
注册时间: 2009-05-20 19:32

Re: 安装phpmyadmin时报错

#2

帖子 O_O_BOT » 2009-10-27 14:56

irc <fvw> say: apt-cache search and apt-get it
irc 聊天室
ubuntu-cn 的irc 频道为
irc.ubuntu.com 8001 #ubuntu-cn
UTF8编码 可用 irssi xchat pidgin weechat 登录

http://webchat.freenode.net/?channels=ubuntu-cn
[url]irc://irc.freenode.net/ubuntu-cn[/url]
czjin
帖子: 17
注册时间: 2009-10-22 20:32

Re: 安装phpmyadmin时报错

#3

帖子 czjin » 2009-10-27 14:59

提示如下:
root@ubuntu:/# apt-cache search and apt-get it
apt - Advanced front-end for dpkg
aptitude - terminal-based package manager
aptitude-dbg - Debug symbols for the aptitude package manager
ttf-sil-padauk - smart Unicode font for languages in Myanmar
root@ubuntu:/#
czjin
帖子: 17
注册时间: 2009-10-22 20:32

Re: 安装phpmyadmin时报错

#4

帖子 czjin » 2009-10-28 8:35

怎么没人回复?看来我只有从装了。
netant
帖子: 16
注册时间: 2009-10-11 0:18

Re: 安装phpmyadmin时报错

#5

帖子 netant » 2009-10-28 8:51

phpmyadmin: Depends: php5-mcrypt but it is not installable

php5-mcrypt 这个包没有安装。


sudo apt-get install php5-mcrypt

试一下。
czjin
帖子: 17
注册时间: 2009-10-22 20:32

Re: 安装phpmyadmin时报错

#6

帖子 czjin » 2009-10-28 19:28

安装时如下提示:
root@ubuntu:/# sudo apt-get install php5-mcrypt
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5-mcrypt is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package php5-mcrypt has no installation candidate
root@ubuntu:/#
头像
pjg864
帖子: 137
注册时间: 2008-01-12 13:07

Re: 安装phpmyadmin时报错

#7

帖子 pjg864 » 2009-11-21 14:59

I have the same problem……
回复