Ruby on Rails Monday, February 28, 2011



On Mon, Feb 28, 2011 at 7:58 AM, Karthikeyan <mindaslab@gmail.com> wrote:
What about Rmagick / imagemagickl? It needs to be compiled natively.
Will it work smoothly with RVM?


sometimes rvm is unable to properly point at some libraries/binary in your system and wont be able to use , for example , readline because it was not where it expecting it to be, you can then install it with it own version like this

rvm install 1.9.2 --with-readline-dir=$rvm_path/usr


this can also happen with other system dependencies but there is always a solution at rvm's site so there is no real reason to worry.


imagemagick is bit one of those libraries rvm or ruby need to work so there is no problem with them as long as they are well installed in your system.

@Mitin Rai

Learn how to use git too.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment