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を使っています。
何が問題なのでしょうか?
お礼
そうなのですか。てっきり何かやり方がまずくて失敗しているのかと思ってしまいました。 ありがとうございました。