[PHP-users 23423]Re: phpのアップグレードについて

FUJII Hiroyuki hfujii @ auecc.aichi-edu.ac.jp
2004年 10月 4日 (月) 16:18:11 JST


4.3.8の環境が生きているのであれば、
> <?php phpinfo(); ?>
> で出力したページの一番上
> 「 Configure Command 」の欄の中と、
> 4.3.9 でconfigureで、指定した内容を比較すればいいと思います。
ありがとうございます。
なるほど、そういう手があったのですね。ちょっとした発見です。

phpinfo.phpの configure Command は
/configure
--with-apxs2=/usr/local/apache2/bin/apxs
--enable-mbstring
--enable-mbregex
--enable-zend-multibyte
--with-gd
--with-gd-native-ttf
--with-zlib
--with-png-dir=/usr
--with-jpeg-dir=/usr
--with-pgsql=/usr/local/pgsql
--with-mysql=/usr/local/mysql
ですね。

今回のphp-4.3.9の./configureは
./configure
--with-apxs2=/usr/local/apache2/bin/apxs
--enable-mbstring
--enable-mbregex
--enable-zend-multibyte
--with-mysql=/usr/local/mysql
--with-pgsql=/usr/local/pgsql
--with-zlib-dir=/usr/local/lib
--with-gd
--with-jpeg-dir=/usr/local/lib
--with-png-dir=/usr/local/lib
--with-freetype-dir=/usr/local/lib

違いは、
前回あって、今回無いのが、--with-gd-native-ttf
前回無くて、今回あるのが、--with-freetype-dir=/usr/local/lib

さらに、前回は、zlibのディレクトリが指定されていない様子、
それから、jpegとpngとのディレクトリが違っていますね。

前回と同じオプションでやれば、うまくいくということでしょぅか?

藤井啓之

> それでもわからない場合は、その二つをコピペして他の皆さんにも
> 見てもらった方が、いいアドバイスが出てくると思います。
>   




PHP-users メーリングリストの案内