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

Install libgd2 for PHP5.5_PHP Tutorial

WBOY
Release: 2016-07-14 10:12:01
Original
1293 people have browsed it

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...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template