|
|
在运行phpize的时候出现以下错误
configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automa ... l#Extending-aclocal
configure.in:32: warning: underquoted definition of PHP_EXT_BUILDDIR
configure.in:33: warning: underquoted definition of PHP_EXT_DIR
configure.in:34: warning: underquoted definition of PHP_EXT_SRCDIR
configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED
acinclude.m4:19: warning: underquoted definition of PHP_PROG_RE2C
configure.in:65: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
如果用rpm包装的话,就不能装zend,装zend就不能装rpm包的eaccelerator。
不管安装顺序,反正两个不能同时存在。
但是我以前装的时候是两个一起装上去过的。不是用rpm方式。因为我以前装系统的时候选的比较多。这次重装系统的时候,就选了最少了,不知道少装了什么,导致提示这个错误。这次autoconf和automake都是另外安装的,否则phpize都跑不起来
哪位知道怎么解决??? |
|