Home > php教程 > php手册 > Linux下安装GD

Linux下安装GD

WBOY
Release: 2016-06-13 12:46:22
Original
1347 people have browsed it


安装GD--------------------------------------------------------------------
tar -zxvf gd-2.0.27.tar.gz
cd gd-2.0.27
./configure --prefix=/usr/local/gd2
make
make install

安装PHP-------------------------------------------------------------------

tar zxvf php-4.3.8.tar.gz
cd php-4.3.8
./configure --with-mysql --with-gd=/usr/local/gd2 --with-apxs2=/usr/www/bin/apxs
make
make install
cp php.ini-dist /usr/local/lib/php.ini (出处:Viphot)

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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template