R
R
Rouslan_6662019-07-07 18:09:53
Ruby on Rails
Rouslan_666, 2019-07-07 18:09:53

Ruby: How to solve sqlite problem in ROR?

--without-sqlite3-lib=${sqlite3-dir}/lib
To see why this extension failed to compile, please check the mkmf.log which can
be found here:
C:/RailsInstaller/Ruby2.3.3/lib/ruby/ gems/2.3.0/extensions/x86-mingw32/2.3.0/sql
ite3-1.4.1/mkmf.log
extconf failed, exit code 1
Gem files will remain installed in
C:/RailsInstaller/Ruby2.3.3/lib/ruby /gems/2.3.0/gems/sqlite3-1.4.1 for
inspection.
Results logged to
C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/extensions/x86-mingw32/2.3.0/sql
ite3-1.4.1/gem_make.out
An error occurred while installing sqlite3 (1.4 .1), and Bundler cannot continue.
Make sure that `gem install sqlite3 -v '1.4.1'` succeeds before bundling.
In Gemfile:
sqlite3
and this is another error:
Could not find gem 'turbolinks (~> 5) x86-mingw32' in any of the gem sources listed in your Gemfile.
Run `bundle install` to install missing gems.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Denis, 2019-07-07
@notwrite

And why without sqlite? not all versions of sqlite are equally useful.
Run `bundle install` to install missing gems.

M
mltefive, 2019-07-07
@mltefive

https://github.com/mltefive/docs/issues/1

P
Pavel Grudinkin, 2019-07-09
@Hunt666

1) 'How to solve random_name problem in ROR?' - Don't use windows for ruby ​​development. Problems will pop up all the time, and you will find the solutions yourself. It's easier to put some kind of ubuntu in a virtual machine and not dance with a tambourine at every turn (well, you still have to dance, but the solutions are googled in 5 minutes).
2) https://stackoverflow.com/questions/33776909/could...
Try removing "x64-mingw32" from Gemfile.lock, then bundle install

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question