You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using bitnami package and when i'm installing rmagick gem it throws an exception.
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/opt/bitnami/ruby/bin/ruby extconf.rb
checking for Ruby version >= 1.8.5... yes
extconf.rb:128: Use RbConfig instead of obsolete and deprecated Config.
checking for gcc... yes
checking for Magick-config... yes
Warning: Found more than one ImageMagick installation. This could cause problems at runtime.
/opt/bitnami/common/bin/Magick-config reports version 6.7.5 Q16 is installed in /opt/bitnami/common
/usr/bin/Magick-config reports version 6.7.7 Q16 is installed in /usr
Using 6.7.5 Q16 from /opt/bitnami/common.
checking for ImageMagick version >= 6.4.9... yes
checking for HDRI disabled version of ImageMagick... yes
checking for stdint.h... *** 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.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/opt/bitnami/ruby/bin/ruby
/opt/bitnami/ruby/lib/ruby/1.9.1/mkmf.rb:381:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
from /opt/bitnami/ruby/lib/ruby/1.9.1/mkmf.rb:506:in `try_cpp'
from /opt/bitnami/ruby/lib/ruby/1.9.1/mkmf.rb:931:in `block in have_header'
from /opt/bitnami/ruby/lib/ruby/1.9.1/mkmf.rb:790:in `block in checking_for'
from /opt/bitnami/ruby/lib/ruby/1.9.1/mkmf.rb:284:in `block (2 levels) in postpone'
from /opt/bitnami/ruby/lib/ruby/1.9.1/mkmf.rb:254:in `open'
from /opt/bitnami/ruby/lib/ruby/1.9.1/mkmf.rb:284:in `block in postpone'
from /opt/bitnami/ruby/lib/ruby/1.9.1/mkmf.rb:254:in `open'
from /opt/bitnami/ruby/lib/ruby/1.9.1/mkmf.rb:280:in `postpone'
from /opt/bitnami/ruby/lib/ruby/1.9.1/mkmf.rb:789:in `checking_for'
from /opt/bitnami/ruby/lib/ruby/1.9.1/mkmf.rb:930:in `have_header'
from extconf.rb:193:in `<main>'
Gem files will remain installed in /opt/bitnami/projects/bts-server/rails_3.2.12/ruby/1.9.1/gems/rmagick-2.13.1 for inspection.
Results logged to /opt/bitnami/projects/bts-server/rails_3.2.12/ruby/1.9.1/gems/rmagick-2.13.1/ext/RMagick/gem_make.out
Hi Guys,
Please help me.
I'm using bitnami package and when i'm installing rmagick gem it throws an exception.
imagemagick installed on the below path,
Environment : Ubuntu 14.04 (64 bit)
The text was updated successfully, but these errors were encountered: