gpt4 book ai didi

php - 无法安装 PHPExcel

转载 作者:搜寻专家 更新时间:2023-10-31 21:44:38 24 4
gpt4 key购买 nike

我正在尝试在 Ubuntu 服务器上安装 PHPExcel 库。我在命令行中执行了以下命令:

pear channel-discover pear.pearplex.net
pear install pearplex/PHPExcel

channel 已安装,但 instakll 生成错误:

pearplex/PHPExcel requires PHP extension "zip" (version >= 1.8.0), installed version is 1.4.0
No valid packages found
install failed

然后我做了一个安全升级:

aptitude safe-upgrade

当我检查 PHP 时,我看到了这个(Zip 版本 2.0.0): enter image description here

有什么想法吗?

最佳答案

使用

$ php -m

查看命令行上是否有 zip 扩展名。然后使用

$ php --ini

找到您的 php.ini 文件的位置并修复它。

关于php - 无法安装 PHPExcel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5903326/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com