Answer the question
In order to leave comments, you need to log in
How to install sqlite3 on window ruby?
So I am trying to install sqlite3 database.
Here are the steps I follow:
1) Download and install DevKit for Ruby (rubyinstaller.org)
2) Open the standard windows console and write:
cd c:/dev/
ruby dk.rb
ruby dk.rb install
./configure
make
make install
gem install sqlite3 --platform=ruby -- --with-sqlite3-include=/c:/sqlite3/ --with-sqlite3-lib=/c:/sqlite3/.libs/
ERROR: Could not find a valid gem 'sqlite3' ()= 0), here is why:
Unableto download data from https://rubygems.org/ - SSL-connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/specs.4.8.gz)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question