php-config 未在 ubuntu 16.04 xampp 中安装错误

php-config is not installed error in ubuntu 16.04 xampp

当 运行 下面的命令安装 phalcon 时,我收到 php-config is not install 错误。

sudo ./install --with-php-config=/opt/lampp/bin/php-config

环境。

ubuntu 16.04

XAMPP 对于 Linux 5.6.15

只需安装 php-dev 软件包:

apt-get install php-dev

如果您使用 php5,则需要:

apt-get install php5-dev