安装php过程中的错误和解决方式 configure: error: jpeglib.h not found

Posted 小小飞侠

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装php过程中的错误和解决方式 configure: error: jpeglib.h not found相关的知识,希望对你有一定的参考价值。

centos6.5 32位系统;

checking for the location of libpng... yes
checking for the location of libXpm... no
checking for FreeType 2... yes
checking for T1lib support... no
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-vpx-dir=<DIR>
configure: error: jpeglib.h not found.

解决方法:
yum install libjpeg libpng freetype libjpeg-devel libpng-devel freetype-devel -y

若是64位系统
解决方法:
yum install libjpeg.x86_64 libpng.x86_64 freetype.x86_64 libjpeg-devel.x86_64 libpng-devel.x86_64 freetype-devel.x86_64 -y

以上是关于安装php过程中的错误和解决方式 configure: error: jpeglib.h not found的主要内容,如果未能解决你的问题,请参考以下文章

brew安装php70出现configure: error: Cannot find libz 错误解决方法

PHP编译安装时常见错误解决办法,php编译常见错误

PHP安装编译错误及解决办法

ubuntu安装php常见错误集锦

apache安装php7过程中遇到到段错误

20171011