リンク: [ホーム] [自己紹介] [リンク集] [アルバム] [ソフトウェア] [発表文献] [その他]

まさおのChangeLogメモ / 2002-05-24

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

2002-05-24 Fri

* PHP4

configure がゴチャゴチャしすぎだよ…。

% ./configure --enable-mbstring --enable-mbstr-enc-trans \
        --enable-mbregex --with-apxs=/usr/local/apache/bin/apxs \
        --with-openssl --with-db3 --with-gd --enable-gd-native-ttf \
        --with-png --with-jpeg-dir=/usr/local --with-zlib \
        --with-zlib-dir=/usr/local --with-png-dir=/usr/local \
        --with-ttf --with-gettext --with-iconv --with-dom \
        --with-dom-xslt --with-dom-exslt --with-bz2
% make
% sudo make install

make install 時に httpd.conf に自動的に

LoadModule php4_module libexec/libphp4.so

の一行を挿入してくれるみたい。

* バグ

昨夜やっていたODPデータの索引付けで、ループを回す際に変数を再初期
化しなおしていなかったという問題が発覚。

おかげで、数秒で終わるはずの処理が数時間もかかっていた…。

* インストールしておきたいモノ

・Perl5-DBI
・PHP4
Referrer (Inside): [2003-01-14-3]