【发布时间】:2019-04-29 23:01:51
【问题描述】:
我在我的 debian 拉伸系统上安装了 php7.3,它正在运行。在我尝试安装 php7.3-gd 后,我的 php 不再工作。当我运行 php 时,我得到/usr/bin/php file not found。当我尝试重新安装 php 时出现此错误
以下包具有未满足的依赖关系:
php7.3 : Depends: libapache2-mod-php7.3 but it is not going to be installed or
php7.3-fpm but it is not going to be installed or
php7.3-cgi but it is not going to be installed
php7.3-cli : Depends: php7.3-opcache but it is not going to be installed
Depends: libc6 (>= 2.29) but 2.24-11+deb9u4 is to be installed
php7.3-curl : Depends: libcurl4 (>= 7.44.0) but it is not installable
E: Unable to correct problems, you have held broken packages
【问题讨论】:
-
你能把它格式化一下吗?
-
我遇到了同样的问题,最新的稳定版是 libc6 2.28 packages.debian.org/search?searchon=names&keywords=libc6
标签: php ubuntu debian installation