|
tar zxvf php-5.2.17.tar.gz
cd php-5.2.17/ext/xsl
/usr/local/php_fcgi/bin/phpize
./configure --with-php-config=/usr/local/php_fcgi/bin/php-config
到这里 提示我
- [root@localhost xsl]# ./configure --with-php-config=/usr/local/php_fcgi/bin/php-config
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for a sed that does not truncate output... /bin/sed
- checking for cc... cc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether cc accepts -g... yes
- checking for cc option to accept ISO C89... none needed
- checking how to run the C preprocessor... cc -E
- checking for icc... no
- checking for suncc... no
- checking whether cc understands -c and -o together... yes
- checking for system library y... lib
- checking if compiler supports -R... no
- checking if compiler supports -Wl,-rpath,... yes
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking target system type... x86_64-unknown-linux-gnu
- checking for PHP prefix... /usr/local/php_fcgi
- checking for PHP includes... -I/usr/local/php_fcgi/include/php -I/usr/local/php_fcgi/include/php/main -I/usr/local/php_fcgi/include/php/TSRM -I/usr/local/php_fcgi/include/php/Zend -I/usr/local/php_fcgi/include/php/ext -I/usr/local/php_fcgi/include/php/ext/date/lib
- checking for PHP extension y... /usr/local/php_fcgi/lib/php/extensions/no-debug-non-zts-20060613
- checking for PHP installed headers prefix... /usr/local/php_fcgi/include/php
- checking if debug is enabled... no
- checking if zts is enabled... no
- checking for re2c... no
- configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
- checking for gawk... gawk
- checking for XSL support... yes, shared
- configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution
复制代码
|
|