PHP71顺利安装,5.6依然提示错误
- [root@bogon tidy]# make && make install
- /bin/sh /www/server/php/56/src/ext/tidy/libtool --mode=compile cc -I. -I/www/server/php/56/src/ext/tidy -DPHP_ATOM_INC -I/www/server/php/56/src/ext/tidy/include -I/www/server/php/56/src/ext/tidy/main -I/www/server/php/56/src/ext/tidy -I/www/server/php/56/include/php -I/www/server/php/56/include/php/main -I/www/server/php/56/include/php/TSRM -I/www/server/php/56/include/php/Zend -I/www/server/php/56/include/php/ext -I/www/server/php/56/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /www/server/php/56/src/ext/tidy/tidy.c -o tidy.lo
- mkdir .libs
- cc -I. -I/www/server/php/56/src/ext/tidy -DPHP_ATOM_INC -I/www/server/php/56/src/ext/tidy/include -I/www/server/php/56/src/ext/tidy/main -I/www/server/php/56/src/ext/tidy -I/www/server/php/56/include/php -I/www/server/php/56/include/php/main -I/www/server/php/56/include/php/TSRM -I/www/server/php/56/include/php/Zend -I/www/server/php/56/include/php/ext -I/www/server/php/56/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /www/server/php/56/src/ext/tidy/tidy.c -fPIC -DPIC -o .libs/tidy.o
- /www/server/php/56/src/ext/tidy/tidy.c:34:10: 致命错误:buffio.h:没有那个文件或目录
- #include "buffio.h"
- ^~~~~~~~~~
- 编译中断。
- make: *** [Makefile:181:tidy.lo] 错误 1
- [root@bogon tidy]#
复制代码
|