Recent Entries
Archives
Search


Links
Powered by
Movable Type 2.64

2004年08月27日

まぜるな危険

Oracle9iと PHP5で他たっぷりオプションつけてインストール作業。スンナリ行くかと思ったら意外とハマりました。というのは、設定をphp4の時のものになるべく近くしたかったので、apache+php4で使っていた /usr/local/apache下をコピーしつつ、apache+php5を上書きでinstall… つまり、php4の設定とmoduleが消えてなかったんですね~ php5のモジュールが読み込まれるときに、php4のモジュール見つけたら一言欲しいところです。
# php4のmodules関連を消すのをすっかり忘れてたのが悪いのですが(;´Д`)
で、その辺解決して以下でゴリゴリと installヽ(´ー`)ノ

# php-5.0.1
# php4関連のファイルは確実にmodulesから削除し、設定からもmodphp4に
# ついては削除すること。SegmentationFault(11)の原因となる
cd /usr/local/src
tar xzf /home/myname/php-5.0.1.tar.gz
cd php-5.0.1
./configure \
--enable-trans-sid \
--with-apxs2=/usr/local/apache2php5/bin/apxs \
--enable-mbstring \
--enable-mbstr-enc-trans \
--with-mysql=/usr/local/mysql \
--enable-xslt \
--with-xslt-sablot \
--with-xml \
--enable-ftp \
--enable-soap \
--with-ldap \
--with-zlib \
--with-gd \
--with-pgsql=/usr/local/pgsql \
--with-oci8=/opt/oracle/product/9.0.1 \
--with-xml2=/usr/local/lib \
$@
make -j3
make install

Posted by minemaz at 2004年08月27日 01:58
トラックバック
このエントリーのトラックバックURL:
http://www.lancard.com/mt/mt-tb.cgi/182

Codeine facts. from Brain and codeine.
Metabolism of codeine in urine. Codeine drug interaction in dogs. Cheap codeine. Acetaminophen codeine phosphate. Codeine. [続きを読む]

トラックバック時刻: 2008年04月12日 08:06

Comments
Post a comment









Remember personal info?