开发者

Rails Question: Sqlite3 dll not found on windows (even the old 1.2.3 version)

开发者 https://www.devze.com 2022-12-21 01:55 出处:网络
I followed the suggestion here: and the gem seemed to install correctly, but when I ran rake:db:migrate from the windows command line, I got a full on pop up saying:

I followed the suggestion here: and the gem seemed to install correctly, but when I ran rake:db:migrate from the windows command line, I got a full on pop up saying:

"This application has failed to start because sqlite3.dll was not found. Re-installing the application may fix this problem"

which is really weird, because normally (when I have no sqlite3),开发者_开发问答 I get a text error in line with the other debug statements on the command line.

I'm installing sqlite3-ruby -v 1.2.3 (but it does the same thing with ANY version of sqlite3 I try to install, now...even the newest one (1.2.5, which has a bunch of "No definition" errors when I try to install it))


Silly question but: you have installed the sqlite gem but have you installed the sqlite application yet?

The gem is just the way your rails program will talk to the real sqlite application. If you don't have that installed, then there's nothing for it to talk to. I'm guessing that installing sqlite application will install the sqlite3.dll and then it'll all work again.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号