如何使用./configure设置变量

时间:2015-02-10 21:15:21

标签: php c compilation configure

我正在尝试使用pthreads编译并安装我现有的新PHP版本。

运行./configure,进程正在使用我的默认系统PHP变量, 不是我所在的人:

checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib/php5/20100525
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no

如何更改它以使用/usr/local/src/php-5.6.5/ext

1 个答案:

答案 0 :(得分:0)

这可以完成工作:

./configure --prefix=/usr/local/src/php-5.6.5