安装 Acquia CLI 时出错
Getting error while installing Acquia CLI
我运行这4条命令-
正在下载最新版本的 Acquia CLI。
curl -OL https://github.com/acquia/cli/releases/latest/download/acli.phar.
chmod +x acli.phar
mv acli.phar /usr/local/bin/acli
如果我在我的 ubantu 终端中尝试 运行 acli,我会收到错误 -
***Box 要求检查器
Using PHP 7.4.3
PHP is using the following php.ini file:
/etc/php/7.4/cli/php.ini
Checking Box requirements:
.....E
[ERROR] Your system is not ready to run the application.
Fix the following mandatory requirements:
=========================================
- 包“zumba/amplitude-php”需要扩展名“curl”。启用它或安装一个 polyfill。***
基本上我们必须安装扩展,命令是 -
apt install php7.4-curl
我运行这4条命令-
正在下载最新版本的 Acquia CLI。
curl -OL https://github.com/acquia/cli/releases/latest/download/acli.phar.
chmod +x acli.phar
mv acli.phar /usr/local/bin/acli
如果我在我的 ubantu 终端中尝试 运行 acli,我会收到错误 -
***Box 要求检查器
Using PHP 7.4.3 PHP is using the following php.ini file: /etc/php/7.4/cli/php.ini Checking Box requirements: .....E [ERROR] Your system is not ready to run the application. Fix the following mandatory requirements: =========================================
- 包“zumba/amplitude-php”需要扩展名“curl”。启用它或安装一个 polyfill。***
基本上我们必须安装扩展,命令是 -
apt install php7.4-curl