I am trying to install ruby on windows with gem sqlite3 version 1.2.3 I
have followed all the instructions here: http://wiki.devchix.com/index.php?title=Server_2003 and get stuck on the
sqlite install: here is the error I get. Please help! I've looked
everywhere for a solution, but can't resolve it.
C:\Ruby\lib\ruby\gems\1.8\cache> gem install sqlite3-ruby
Building native extensions. This could take a while...
ERROR: Error installing sqlite3-ruby:
ERROR: Failed to build gem native extension.
C:/Ruby/bin/ruby.exe extconf.rb
checking for fdatasync() in rt.lib... no
checking for sqlite3.h... no
C:\Ruby\lib\ruby\gems\1.8\cache> gem install sqlite3-ruby
Building native extensions. This could take a while...
ERROR: Error installing sqlite3-ruby:
ERROR: Failed to build gem native extension.
C:/Ruby/bin/ruby.exe extconf.rb
checking for fdatasync() in rt.lib... no
checking for sqlite3.h... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
I am trying to install ruby on windows with gem sqlite3 version 1.2.3 I
have followed all the instructions here: http://wiki.devchix.com/index.php?title=Server_2003 and get stuck on the
sqlite install: here is the error I get. Please help! I've looked
everywhere for a solution, but can't resolve it.
On Mon, Mar 1, 2010 at 11:14 PM, John Vajda <keroacaf@hotmail.com> wrote:
I am trying to install ruby on windows with gem sqlite3 version 1.2.3 I
have followed all the instructions here: http://wiki.devchix.com/index.php?title=Server_2003 and get stuck on the
sqlite install: here is the error I get. Please help! I've looked
everywhere for a solution, but can't resolve it.
C:\Ruby\lib\ruby\gems\1.8\cache> gem install sqlite3-ruby
Building native extensions. This could take a while...
ERROR: Error installing sqlite3-ruby:
ERROR: Failed to build gem native extension.
C:/Ruby/bin/ruby.exe extconf.rb
checking for fdatasync() in rt.lib... no
checking for sqlite3.h... no
C:\Ruby\lib\ruby\gems\1.8\cache> gem install sqlite3-ruby
Building native extensions. This could take a while...
ERROR: Error installing sqlite3-ruby:
ERROR: Failed to build gem native extension.
C:/Ruby/bin/ruby.exe extconf.rb
checking for fdatasync() in rt.lib... no
checking for sqlite3.h... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
I am trying to install ruby on windows with gem sqlite3 version 1.2.3 I
have followed all the instructions here:http://wiki.devchix.com/index.php?title=Server_2003and get stuck on the
sqlite install: here is the error I get. Please help! I've looked
everywhere for a solution, but can't resolve it.
The DevChix wiki recommend some changes that I would personally not
apply.
C:\Ruby\lib\ruby\gems\1.8\cache> gem install sqlite3-ruby
Building native extensions. This could take a while...
ERROR: Error installing sqlite3-ruby:
ERROR: Failed to build gem native extension.
C:/Ruby/bin/ruby.exe extconf.rb
checking for fdatasync() in rt.lib... no
checking for sqlite3.h... no
As far as the gem installation error you're receiving, is weird:
I would recommend upgrading to RC2 of RubyInstaller, and moving
forward, move to 1.8.7 as it became the stable and supoorted version
of 1.8 line, while 1.8.6 remains only for legacy support.
···
On Mar 2, 12:14 am, John Vajda <keroa...@hotmail.com> wrote:
I am trying to install ruby on windows with gem sqlite3 version 1.2.3 I
have followed all the instructions here: http://wiki.devchix.com/index.php?title=Server_2003 and get stuck on the
sqlite install: here is the error I get. Please help! I've looked
everywhere for a solution, but can't resolve it.
(...)
Try "gem install amalgalite".
hth,
Siep
ok Thanks! I did this, and installed a few other gems which ruby called
for. Now I get this error:
nmake
'nmake' is not recognized as an internal or external command,
operable program or batch file.
I would recommend upgrading to RC2 of RubyInstaller, and moving
forward, move to 1.8.7 as it became the stable and supoorted version
of 1.8 line, while 1.8.6 remains only for legacy support.
Anyway to simply upgrade my ruby env to 1.8.7 and not create all new
ruby directories? Sorry I am new at this