Hi, Please help me for installing Rmagic.. I got an error while i am going to install rmagic is "ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension." So what is the problem is there? How i will install it? I have already install imagemagick and libmagick9-dev. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> Hi, > Please help me for installing Rmagic.. I got an error while i am going > to install rmagic is "ERROR: While executing gem ... (RuntimeError) > ERROR: Failed to build gem native extension." > So what is the problem is there? > How i will install it? > I have already install imagemagick and libmagick9-dev.What version of imagemagick? The latest rmagick requires a more recent imagemagick. When I did it about a month ago on ubuntu gutsy I ended up building imagemagick from source as there wasn''t a package (I could find... i''m new to ubuntu). -philip --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Philip Hallstrom wrote:>> Hi, >> Please help me for installing Rmagic.. I got an error while i am going >> to install rmagic is "ERROR: While executing gem ... (RuntimeError) >> ERROR: Failed to build gem native extension." >> So what is the problem is there? >> How i will install it? >> I have already install imagemagick and libmagick9-dev. > > What version of imagemagick? The latest rmagick requires a more recent > imagemagick. When I did it about a month ago on ubuntu gutsy I ended up > building imagemagick from source as there wasn''t a package (I could > find... i''m new to ubuntu). > > -philipit is an latest version of imagemagick... So what i do now? I am also new in ubuntu. Before this i have used feddora. Please if u know the solution of the install Rmagic.... i need it must -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
sudo apt-get install build-essential ruby-1.8dev Should fix it. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---