php5.4.13支持GD库和freetype



1.装zlib
  tar zxvf zlib-1.2.3.tar.gz
  cd zlib-1.2.3
  CFLAGS="-O3 -fPIC" ./configure   //使用64位元的方法进行编译
  make 
  make install


2.安装libpng
  tar zxvf libpng-1.2.8.tar.gz
  cd libpng-1.2.8
  cd scripts/
  mv makefile.linux ../makefile
  cd ..
  make
  make install
  注意,这里的makefile不是用./configure生成,而是直接从scripts/里拷一个


3、安装 freetype


 tar -zxf freetype-2.1.10.tar.gz
 cd freetype-2.1.10
 ./configure --prefix=/usr/local/freetype
 make;make install


4.安装Jpeg
  tar zxvf jpegsrc.v6b.tar.gz 
  cd jpeg-6b/
  ./configure --enable-shared
  make
  make test
  make install
注意,这里configure一定要带--enable-shared参数,不然,不会生成共享库




5、gd安装
 tar zxvf gd-2.0.33.tar.gz 
  cd gd-2.0.33
  ./configure --with-png --with-freetype=/usr/local/freetype/ --with-jpeg
  make
  make install
命令完成后,gd.h被拷到/usr/local/lib目录下,libgd.a被拷到/usr/local/lib目录下。




6、php安装支持gd,freetype...


./configure --prefix=/usr/local/php --with-apxs2=/usr/local/svn-apache/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-


gd=/usr/local/lib --with-imagick=/usr/local/imagemagick --with-freetype-dir=/usr/local/freetype --with-zlib --with-png --with-jpeg  --enable-ftp --enable-fastcgi --enable-fpm -


-enable-sockets
make 
make install


cp php.ini-development /usr/local/php/lib/php.ini
cp /usr/local/php/etc/php-fpm.conf.default  /usr/local/php/etc/php-fpm.conf
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值