[前][次][番号順一覧][スレッド一覧]

mysql:4731

From: Taki.MR <Taki.MR <taki@xxxxxxxxxx>>
Date: Wed, 28 Nov 2001 00:21:24 +0900
Subject: [mysql 04731] Re: MySQL − PHP モジュール

木下様

多紀と申します。

日付 Tue, 27 Nov 2001 21:39:20 +0900 に
"Toshihiro Kishita" <mastertk@xxxxxxxxxx> さんは書きました。
----------------------- 内容 -----------------------
> 私の環境(TurboLinux6.1Server)の
> 方ですが、
> 
> /etc/httpd/php3.ini の記述で、
> 
> ;;;;;;;;;;;;;;;;;;;;;;
> ; Dynamic Extensions ;
> ;;;;;;;;;;;;;;;;;;;;;;
> ; if you wish to have an extension loaded automaticly, use the
> ; following syntax:  extension=modulename.extension
> ; for example, on windows,
> ; extension=msql.dll
> ; or under UNIX,
> ; extension=msql.so
> ; Note that it should be the name of the module only, no directory
> information
> ; needs to go here.  Specify the location of the extension with the
> extension_dir directive above.
> 
> 
> ;Windows Extensions
> extension=pgsql.so
> ;extension=imap.so
> extension=ldap.so
> 
> ------ 以下略 −−−−
> 
> とあります。
> extension=mysql.so
> の記述は、ご指摘の通り抜けていました。
> 記述を加えて再起動しましたが、
> 現状では解決されないようです。
> 
> なお、
> extension_dir   =       /usr/libexec/apache/
> という記述がphp3.iniにあり、
> /usr/libexec/apache/下に
> mysql.soが見つかりました。

apacheのエラーログにphp起動時のエラーとか出てませんでしょうか?
extension=mysql.so で正常にライブラリが取り込まれれば、
関数は実装されると思うのですが。


> また、rpm -ql *.rpm コマンドを打つと
> [root@ /]# rpm -ql *.rpm
> package *.rpm is not installed
> が返ってきますが、
> オプションが-ql とあるのは -qaの
> 間違いでしょうか。

ごめんなさい。省略した書き方をしてしまって。
しかも間違ってます。。。(この場合 -p が抜けてます。)
*.rpm はそれぞれの該当パッケージファイルを示してまして
$ rpm -qi <パッケージ名>
という意味で書きました。こちらの書式で書けば良かったですね。

で、以下のようにしてインストール先が調べられます。
> /usr/libexec/apache/下に
> mysql.soが見つかりました。
# すでに別の方法で所在を突き止められていますね

$ rpm -qlp php-mysql-3.0.15_i18n_ja-4jaJP.rpm

または、インストール済みであれば、

$ rpm -ql php-mysql-3.0.15_i18n_ja-4jaJP

で、インストール先のファイル一覧が表示されます。


ソースパッケージがあるならば、それをインストールして
/<rpm build dir>/SPECS/php.spec
を見て、configure のオプションがどうなってるか、
みてみてください。


========================================
Forest Green Japan
             Tadamasa Mori
  E-mail : taki@xxxxxxxxxx
           taki@xxxxxxxxxx
 WebSite : http://www.forest-green.jp/
========================================


[前][次][番号順一覧][スレッド一覧]

      4730 2001-11-27 21:39 ["Toshihiro Kishita" ]                                         
->    4731 2001-11-28 00:21 ┗[Taki.MR <taki@xxxxxx] Re: MySQL − PHP モジュール