代码改变世界

configure: error: png.h not found.

2015-08-25 17:33  abce  阅读(2449)  评论(0)    收藏  举报

PHP的时候提示这个错误 configure: error: png.h not found.,这个是选择安装GD模块才会出现的错误,详细错误信息如下

If configure fails try --with-vpx-dir=<DIR>

If configure fails try --with-jpeg-dir=<DIR>

configure: error: png.h not found.

 

解决方法:

yum install libpng-devel