- 主题:编译晚出现error是哪里的问题?
configure make,make install之后最后三行都是
make[2]: *** [phpbbs.file.lo] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
ps:我编译php是在configure最后老是出现
configure: error: libjpeg.(a|so) not found.
--
修改:ak47mig FROM 211.71.209.*
FROM 211.71.209.*
要安装php-gd库,其中要包括jpeg支持
【 在 ak47mig (哥萨克骑兵(碧海情深)) 的大作中提到: 】
: configure make,make install之后最后三行都是
: make[2]: *** [phpbbs.file.lo] Error 1
: make[1]: *** [install-recursive] Error 1
: ...................
--
FROM 222.137.187.*
知道了。。。。我晕。。。。
【 在 JulyClyde (七月) 的大作中提到: 】
: 要安装php-gd库,其中要包括jpeg支持
--
FROM 211.71.209.*