Home >php教程 >php手册 >为PHP5.5安装libgd2

为PHP5.5安装libgd2

WBOY
WBOYOriginal
2016-06-13 10:58:01866browse

在64位系统上安装时,会出现错误:


/usr/local/lib/libz.a: could not read symbols: Bad value

 

解决方法如下:

cd zlib-1.2.3 //进入zlib目录

CFLAGS="-O3 -fPIC" ./configure   //使用64位元的方法进行编译

make

make install

make clean

 

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn