2010年12月28日火曜日

windowsにrails環境を構築するとき、sqlite3がエラー発生



忘れないようにメモ


windowsにrails環境を構築するとき、sqlite3がエラー発生



C:\Documents and Settings\user01>gem install sqlite3-ruby -v 1.2.3
ERROR: Error installing sqlite3-ruby:
The 'sqlite3-ruby' native gem requires installed build tools.

Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow the instructions
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'


「--platform mswin32」のオプションを付けたら何故か通った。



C:\Documents and Settings\user01>gem install sqlite3-ruby -v 1.2.3 --platform mswin32
Successfully installed sqlite3-ruby-1.2.3-x86-mswin32
1 gem installed
Installing ri documentation for sqlite3-ruby-1.2.3-x86-mswin32...
Installing RDoc documentation for sqlite3-ruby-1.2.3-x86-mswin32...

C:\Documents and Settings\user01>





追記


その後、アプリケーションを動かすも、sqlite3のDLLが無いと叱られました。


こちらのページから、sqlite-dll-win32-x86-3070400.zipをダウンロード・解凍し、c:\Ruby187\binの中にコピーしたら、動きました。





0 件のコメント:

コメントを投稿