error when installing rmagic gem on Ubuntu 12.04 for Ruby on Rails
Posted
by
PeaceDefender
on Ask Ubuntu
See other posts from Ask Ubuntu
or by PeaceDefender
Published on 2012-10-15T00:50:53Z
Indexed on
2012/10/15
3:53 UTC
Read the original article
Hit count: 178
ruby
|imagemagick
0 down vote favorite
I am trying to get my Ruby on Rails application working and installing RMagic gem. But I get an error that says "Can't install RMagick 2.13.1. Can't find the ImageMagick library or one of the dependent libraries." Altough I have ImageMagick installed with its dependences.
Terminal log : http://pastebin.com/vcgkbwZR
I even tried to installed RMagic from Synaptic, but I get the same error when I run "bundle" command.
Through my search, some people had problem with lib dependencies, but I believed I have them all installed.
Another solution I found is this ( error installing RMagick from gem ) a little bit old and not sure if it is going to work for 12.04. BUT, I don't know where those configurations should go.
© Ask Ubuntu or respective owner