smartweb 发表于 2020-3-7 10:26:14

谷歌云debian10安装1.6的php失败

按照默认安装lamp,php失败,错误:

ICU headers and libraries... not found


smartweb 发表于 2020-3-7 10:26:53

checking for location of ICU headers and libraries... not found
configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works.
make: *** No targets specified and no makefile found.Stop.
make: *** No targets specified and no makefile found.Stop.
make: *** No rule to make target 'install'.Stop.
Copy new php configure file...
Modify php.ini......
include/php.sh: line 86: pear: command not found
include/php.sh: line 87: pecl: command not found
include/php.sh: line 92: php: command not found

smartweb 发表于 2020-3-7 10:38:45

apt-get install -y icu libicu libicu-devel都没有这三个包存在的

licess 发表于 2020-3-7 10:53:09

gcp我也有前几天开了几台测试,debian 9/10都测试过没问题
debian上icu的依赖包是libicu-dev
需要上传完整安装日志才能确定具体什么原因导致的安装失败

smartweb 发表于 2020-3-7 13:42:32

licess 发表于 2020-3-7 10:53
gcp我也有前几天开了几台测试,debian 9/10都测试过没问题
debian上icu的依赖包是libicu-dev
需要上传完整 ...

附件压缩都153K了,上传不了。我安装一下libicu-dev,再试。

smartweb 发表于 2020-3-7 14:56:11

ICU这个问题解决了,但还是安装失败

licess 发表于 2020-3-7 19:48:07

smartweb 发表于 2020-3-7 14:56
ICU这个问题解决了,但还是安装失败

https://lnmp.org/install.html 安装要求上有明确的说明 “PHP 7.1.*以下版本不支持Ubuntu 19+、Debian 10等等非常新的Linux发行版!”

smartweb 发表于 2020-3-8 21:40:13

licess 发表于 2020-3-7 19:48
https://lnmp.org/install.html 安装要求上有明确的说明 “PHP 7.1.*以下版本不支持Ubuntu 19+、Debian 1 ...

只是php5.6

smartweb 发表于 2020-3-8 22:03:43

licess 发表于 2020-3-7 19:48
https://lnmp.org/install.html 安装要求上有明确的说明 “PHP 7.1.*以下版本不支持Ubuntu 19+、Debian 1 ...

我在其它服务器用debian10 lnmp里用7。1也没问题。就是google的 debian10用lamp默认安装 不行

licess 发表于 2020-3-9 09:00:25

smartweb 发表于 2020-3-8 22:03
我在其它服务器用debian10 lnmp里用7。1也没问题。就是google的 debian10用lamp默认安装 不行 ...

php 7.1肯定可以,上面说了php 7.1一下不行,依赖包版本都很高,php 7.1以下早就都不更新了所以也就支持不了

smartweb 发表于 2020-3-9 20:58:22

licess 发表于 2020-3-9 09:00
php 7.1肯定可以,上面说了php 7.1一下不行,依赖包版本都很高,php 7.1以下早就都不更新了所以也就支持 ...

在debian9里安装成功
页: [1]
查看完整版本: 谷歌云debian10安装1.6的php失败