I am trying to install support for SQLite using Gem but I get this error
"Building native extensions. This could take a while...
ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError)
ERROR: Failed to build gem native extension.
ruby extconf.rb install sqlite3-ruby
can't find header files for ruby."
I do have ruby.h installed on my system but gem can not seem to find it.
Any suggestions?
I am trying to install support for SQLite using Gem but I get this error
"Building native extensions. This could take a while...
ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError)
ERROR: Failed to build gem native extension.
ruby extconf.rb install sqlite3-ruby
can't find header files for ruby."
I do have ruby.h installed on my system but gem can not seem to find it.
Any suggestions?
--
Poor workers blame their tools. Good workers build better tools. The
best workers get their tools to do the work for them. -- Syndicate Wars
> I am trying to install support for SQLite using Gem but I get this
> error
> "Building native extensions. This could take a while...
> ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError)
> ERROR: Failed to build gem native extension.
> ruby extconf.rb install sqlite3-ruby
> can't find header files for ruby."
> I do have ruby.h installed on my system but gem can not seem to
> find it.
> Any suggestions?
I am trying to install support for SQLite using Gem but I get this
error
"Building native extensions. This could take a while...
ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError)
ERROR: Failed to build gem native extension.
ruby extconf.rb install sqlite3-ruby
can't find header files for ruby."
I do have ruby.h installed on my system but gem can not seem to
find it.
Any suggestions?
> > I am trying to install support for SQLite using Gem but I get this
> > error
> > "Building native extensions. This could take a while...
> > ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError)
> > ERROR: Failed to build gem native extension.
>
> > ruby extconf.rb install sqlite3-ruby
> > can't find header files for ruby."
> > I do have ruby.h installed on my system but gem can not seem to
> > find it.
> > Any suggestions?
>
> What does this say:
>
> ruby -rrbconfig -e 'puts File.join(Config::CONFIG["rubylibdir"],
> Config::CONFIG["arch"], "ruby.h")'
I have the same problem while installing fxruby
gem install fxruby
gem needs to be more idiot-friendly. I do not wake up a genius. I
become one over the course of several cups of coffee, on days when I'm
lucky.