Lunar:
Garreau Alexandre:
Hi, I've some problems with coquelicot installation on my Debian GNU/Linux Wheezy server:
[…] root@server-713:/var/www/coquelicot# gem install bundler Successfully installed bundler-1.3.5 1 gem installed Installing ri documentation for bundler-1.3.5... Installing RDoc documentation for bundler-1.3.5... root@server-713:/var/www/coquelicot# bundle install --deployment Fetching gem metadata from https://rubygems.org/......... Fetching gem metadata from https://rubygems.org/.. Installing rake (10.0.3) Installing activesupport (3.0.0) Installing active_support (3.0.0) Installing backports (3.1.0) Installing mime-types (1.17.2) Installing nokogiri (1.5.0) Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. […] What does this error mean?
Means that you are missing the parts of Ruby that allows to build native extension. What distribution are you using?
For Debian, the package you are probably missing is called ruby-dev.
As I've said, I use Debian GNU/Linux Wheezy on my server. I've installed ruby-dev, but that didn't fixed the problem: same error.