Installing sqlite on windows xp for ruby on rails?
Posted
by
bennybdbc
on Stack Overflow
See other posts from Stack Overflow
or by bennybdbc
Published on 2010-12-30T07:47:10Z
Indexed on
2010/12/30
7:54 UTC
Read the original article
Hit count: 198
I've been trying to follow this guide to installing ruby and rails on my new machine. I'm having problems, however, when it comes to the sqlite gem. I installed the gem, which seemed to work perfectly. Then, however, it tells me to download a zip file from http://www.sqlite.org/sqlitedll-3_7_3.zip. When I do, the file is downloaded, but it doesn't seem to be a zip file. It has the icon of a microsoft word file, and clicking on it opens up Word but the file isn't opened, it just shows error messages. There is no option to extract the file, which is what the guide says to do. Is this a problem with sqlite or my machine?
Any help would be appreciated.
© Stack Overflow or respective owner