[问题]在debian 下安装php5出现问题, 求助

软件和网站开发以及相关技术探讨
回复
itok
帖子: 3
注册时间: 2008-04-11 12:12

[问题]在debian 下安装php5出现问题, 求助

#1

帖子 itok » 2008-04-18 20:20

我在网络硬盘盒上(mss)安装Apache+PHP+MySQL 时出现问题,请教高人如何解决,过程如下:
(none):/# apt-get install apache-common
Reading package lists... Done
Building dependency tree... Done
apache-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
(none):/# apt-get install apache2
Reading package lists... Done
Building dependency tree... Done
apache2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
以上都正常,安装php5时出现以下问题,请教高人如何解决
(none):/# apt-get install php5
Reading package lists... Done
Building dependency tree... 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.

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:
php5: Depends: libapache2-mod-php5 (>= 5.2.0-8+etch11~p1) but 5.2.0-8+etch10 is to be installed or
libapache-mod-php5 (>= 5.2.0-8+etch11~p1) but 5.2.0-8+etch10 is to be installed or
php5-cgi (>= 5.2.0-8+etch11~p1) but 5.2.0-8+etch10 is to be installed
Depends: php5-common (>= 5.2.0-8+etch11~p1) but 5.2.0-8+etch10 is to be installed
E: Broken packages
回复