- 论坛徽章:
- 0
|
怎么回事呢?configure php都通不过。我的环境是debian x86 64位的, php 5.2.9
config.log出错部分如下
- configure:19873: checking whether to enable LIBXML support
- configure:19921: checking libxml2 install dir
- configure:19950: checking for xml2-config path
- configure:20108: checking whether libxml build works
- configure:20135: gcc -o conftest -g -O2 -L/usr/local/libxml2/lib conftest.c
- -lresolv -lm -ldl -lnsl -lrt -lxml2 -lz -liconv -lm 1>&5
- configure: failed program was:
- #line 20124 "configure"
- #include "confdefs.h"
- char xmlInitParser();
- int main() {
- xmlInitParser();
- return 0;
- }
复制代码 |
|