>백엔드 개발 >PHP 튜토리얼 >centos下编译php需要的GD库解决方法

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

WBOY
WBOY원래의
2016-06-13 10:02:00907검색

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

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.