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

时间:2017-04-12 09:45:47

标签: php xampp ubuntu-16.04 phalcon

运行以下命令安装phalcon时,我发现php-config不是安装错误。

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

环境。

ubuntu 16.04

XAMPP for Linux 5.6.15

enter image description here

1 个答案:

答案 0 :(得分:5)

只需安装php-dev包:

apt-get install php-dev

如果您使用php5,则需要:

apt-get install php5-dev