itoigawabass

itoigawaのブログ

php-5.0.4 gdを有効にする

2005-08-24

libjpegのインストール
# tar zxfv jpegsrc.v6b.tar.gz
# cd jpeg-6b
# ./configure --enable-shared
# make
# make install

libpngのインストール
# tar zxfv libpng-1.2.8-config.tar.gz
# cd libpng-1.2.8-configu
# ./configure
# make
# make install

freetype-2.1.10のインストール
# tar zxfv freetype-2.1.10.tar.gz
# ./configure
# make
# make install

# cd php-5.0.4
# make clean
# ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysqli=/usr/local/bin/mysql_config --with-mysql=/usr/local/ --enable-mbstring --enable-mbregex --with-gd --with-jpeg-dir=/usr/local/lib/ --with-png-dir=/usr/local/lib/ --with-zlib --with-freetype-dir=/usr/local/lib/

カテゴリー:blog
タグ: