0000
作家
作家
  • 铜币143枚
  • 威望34点
  • 贡献值1点
阅读:1347回复:1

Linux下安装PHP,GD库支持JPEG

楼主#
更多 发布于:2007-05-04 11:27
默认安装PHP和GD库不能支持JPEG格式,需要安装JPEG LIB.步骤如下:

    * 先安装jpeg lib:
      ./configure --prefix=... --enable-shared
    * 安装gd lib:
      ./configure --prefix=... --with-jpeg=
    * 最后php5:
      ./configure
      --with-apxs2=/home/httpad/bin/apxs
      --with-mysql=/home/mysql
      --with-gd=/home/nacta/gd
      --with-curl
      --with-ldap=/home/ldap
      --with-jpeg-dir=/home/nacta/jpeg
      --prefix=/home/nacta/php5

安装成功

原文地址:[a=http://www.henjiuhenjiuyiqian.cn/?p=7]php5 with gd and jpeg[/a]
.--. |o_o | |:_/ | // \ \ (| | ) /'\_ _/`\ \___)=(___/
0000
作家
作家
  • 铜币143枚
  • 威望34点
  • 贡献值1点
1C#
发布于:2007-05-24 18:48
Re:Linux下安装PHP,GD库支持JPEG
原文地址改为 http://color-magic.cn/?p=7
.--. |o_o | |:_/ | // \ \ (| | ) /'\_ _/`\ \___)=(___/
游客

返回顶部