Ruby cannot find sqlite3 driver on windows

前端 未结 8 2207
野趣味
野趣味 2021-02-08 10:21

I am trying to set up Ruby on Rails on windows. I am using the Flash Rails distribution that looks pretty good, but there is an issue with sqlite3. I found the threads telling m

8条回答
  •  你的背包
    2021-02-08 11:14

    I use Ruby 1.8.7 (works with 1.9.1 too) OS is WindowsXP SP3

    1. Go to http://www.sqlite.org/download.html and Download file sqlitedll-3_7_0_1.zip (265.19 KiB) and unzip then we will get sqlite3.dll

    2. Copy sqlite3.dll to your bin folder as C:\Ruby191\bin or C:\Ruby187\bin then it works

提交回复
热议问题