Home  >  Article  >  Backend Development  >  Install libgd2 for PHP5.5_PHP Tutorial

Install libgd2 for PHP5.5_PHP Tutorial

WBOY
WBOYOriginal
2016-07-14 10:12:011238browse

When installing on a 64-bit system, an error occurs:


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

The solution is as follows:

cd zlib-1.2.3 //Enter the zlib directory

CFLAGS="-O3 -fPIC" ./configure //Compile using 64-bit method

make

make install

make clean

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/477243.htmlTechArticleWhen installing on a 64-bit system, an error occurs: /usr/local/lib/libz.a: could not read symbols: Bad value The solution is as follows: cd zlib-1.2.3 //Enter the zlib directory CFLAGS=-O3 -fPIC ./c...
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