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

Install libgd2 for PHP5.5_PHP Tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-14 10:12:01
Original
1329 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...
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
Latest Issues
Objective-c - NSInteger reports warning
From 1970-01-01 08:00:00
0
0
0
Convert html files to word
From 1970-01-01 08:00:00
0
0
0
composer installation failed
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template