[PHP-users 8718] Re: oracle接続(コマンド)
小野 昇一
php-users@php.gr.jp
Thu, 18 Jul 2002 09:41:30 +0900
Mashikiさん
お返事有難うございます。
小野です。
Subject: [PHP-users 8715] Re: oracle接続(コマンド)
----
> Mashikiです。
〜〜省略〜〜
>コマンドラインからphpinfo()を呼び出し内容を確認します。
>もし設定どおりのconfigureパラメータと、oci関連の表示が
>出ているなら、一度、distcleanしてから、再度makeして
>みてはいかがでしょうか。
>
># もうやっているかな、やっぱり。
いつもmakedistcleanしてから
configureしなおしてたんですが、なぜかコマンドラインのphp
だけ昔configureしたときのオプションになってました。
$ php phpinfo.php > phpinfo.html
で確認してみました。
情けないです。
で、makedistcleanして、コマンドのphpが削除されないのを
確認して、rm してから以下を実行しました。
ですが、コマンドラインのphpがインストールされませんでした。
--with-apxsを指定すれば入ると思っていましたが、勘違いでしょうか?
'./configure'
'--enable-track-vars'
'--with-apxs=/usr/local/apache/bin/apxs'
'--enable-versioning'
'--enable-trans-sid'
'--with-gd=/usr/local'
'--with-png-dir=/usr/local'
'--with-jpeg-dir=/usr/local'
'--with-zlib-dir=/usr/local'
'--with-ttf'
'--enable-mbstring'
'--enable-mbstr-enc-trans'
'--with-pgsql=/usr/local/pgsql'
'--with-oracle=/usr/local/oracle/product/oracle/8.1.6'
'--with-oci8=/usr/local/oracle/product/oracle/8.1.6'
'--enable-sigchild'
'--without-mysql'
'--with-t1lib'
小野 昇一<shoichio@nttpc.co.jp>