アプリ版:「スタンプのみでお礼する」機能のリリースについて

Ruby on rails sqlite3のドライバ?のインストールがうまくいかない。

「rubyinstaller-1.8.6-p398.exe」をインストールして、gemのアップデート、「sqlite-3_6_23_1.zip」「sqlitedll-3_6_23_1.zip」をインストール?して、gemでsqlite3のドライバをインストールをすると以下のような文章がでてうまくいきません。(xp sp3)




You've installed the binary version of sqlite3-ruby.
It was built using SQLite3 version 3.6.23.1.
It's recommended to use the exact same version to avoid potential issues.

At the time of building this gem, the necessary DLL files where available
in the following download:

ttp://www.sqlite.org/sqlitedll-3_6_23_1.zip

You can put the sqlite3.dll available in this package in your Ruby bin
directory, for example C:\Ruby\bin

=============================================================================

Successfully installed sqlite3-ruby-1.3.1-x86-mingw32
1 gem installed
Installing ri documentation for sqlite3-ruby-1.3.1-x86-mingw32...

Enclosing class/module 'mSqlite3' for class Statement not known

No definition for libversion
Installing RDoc documentation for sqlite3-ruby-1.3.1-x86-mingw32...

Enclosing class/module 'mSqlite3' for class Statement not known

No definition for libversion



ドライバのバージョンを下げたりしてみてもうまくいきません。
rubyは勉強している書籍にあわせて1.8.6を使っています。

何が問題なのでしょうか?

A 回答 (1件)

>何が問題なのでしょうか?



メッセージを見る限り、何も問題はないと思いますが、

>ドライバのバージョンを下げたりしてみてもうまくいきません。

何がうまくいかないのでしょうか?
メッセージの意味がわからないということですか?
==== の行以降の警告メッセージはドキュメントのインストール時にソースを解析してドキュメントファイルを作成する際の警告(ソース中のドキュメントの記述の不足)なので動作には関係ないです。
    • good
    • 0
この回答へのお礼

そうなのですか。てっきり何かやり方がまずくて失敗しているのかと思ってしまいました。
ありがとうございました。

お礼日時:2010/08/15 11:31

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!