首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

centos下编译php需要的GD库解决方法

2012-03-20 
centos下编译php需要的GD库我的系统环境是centos5.5,编译安装php时,扩展gd库的时候,出现configure:error:l

centos下编译php需要的GD库
我的系统环境是centos5.5 ,编译安装php时,扩展gd库的时候,出现configure:error:libpng.(a|so) not found.
我在网上查了解决方法:通过 yum -y install libpng-devel,安装完成之后,在进行编译仍然出相同的错误。
通过 locate libpng得到libpng就在/usr/lib文件夹下。


为什么还提示编译出错呢!找不到libpng

错误截图:


[解决办法]
安装libpng-devel
[解决办法]
yum -y install libpng-devel
[解决办法]
yum -y install libpng libpng-devel
少了个libpng

热点排行