■PHP板 質問専用スレッド■

このエントリーをはてなブックマークに追加
422Error401
>>404
自己レス。
> --with-oci8を加えると、Apacheも起動せず。

これは、Apacheをconfigureするときに、-lpthreadをつけてなかったためでした。
Web+DB PRESSを読んでて思い出しました。あぁ、最近記憶力が・・・。

ところで、PHP4.0.6にしたら、phpinfo()で表示されるはずのPHPのロゴ画像が
表示されなくなったんですけど、みなさんの所はどうですか?

関係あるかどうかわかりませんが、いじったphp.iniの項目を書きます。
output_handler = mb_output_handler;
mbstring.detect_order = AUTO
mbstring.internal_encoding = EUC-JP
mbstring.http_output = EUC
mbstring.http_input = AUTO

configureは以下のオプションをつけて実行。
./configure
--with-pgsql=/usr/local/pgsql
-with-apxs=/usr/local/apache/bin/apxs
--with-openssl=/usr/local/ssl
--enable-mbstring
--enable-mbstr-euc-trans
--with-oracle=/u01/app/oracle/product/8.1.6
--with-oci8=/u01/app/oracle/product/8.1.6
--enable-trans-sid
--enable-sigchild