Home > Backend Development > PHP Tutorial > enable gd support in php

enable gd support in php

WBOY
Release: 2016-06-23 14:35:19
Original
768 people have browsed it

For the new user, it's very common that will have problem to enable gd support in php, after fail and retry for hours, I figured out to use the steps below to get it work:
1. download/compile/install libpng
2. checkout the libjpeg if you can't get access to their website:
cvs -z3 -d:pserver:anonymous@libjpeg.cvs.sourceforge.net:/cvsroot/libjpeg co -P modulename
3. compile/install libjpeg
4. run "make clean" at the source directory of php (important, otherwise you will run into some weired error)
5. the configure for php should be like this:(use the exact directory suits your environment)
./configure --with-mysql --with-gd --with-apxs=/usr/local/apache/bin/apxs --with-jpeg-dir=/usr/local/lib

Related labels:
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