我正在尝试安装一个名为 phraseanet 的程序。我运行了 ./configure 命令并遇到了此错误:
configure: error: Cannot find php-config. Please use --with-php-config=PATH
我正在使用 Ubuntu 10.04、Apache 2、PHP5 和 Mysql 5
有人知道我可以在哪里找到 php-config 吗?我找不到该文件……
答案1
要使用 php-config,您需要安装 PHP 开发包,在 Ubuntu 中,您可以使用以下命令安装 PHP5 开发包:
sudo apt-get install php5-dev
安装 php5-dev 包后,(在我的 Ubuntu 安装中)可以在以下位置找到 php-config:
/usr/bin/php-config
答案2
这是一个显示 ink 文件中配置的脚本 - 请参阅http://linux.die.net/man/1/php-config 如果您无法使用 apt 安装它,请尝试从 php 站点下载源代码。