This is off-topic because it''s installation specific, but I wondered if anyone could point me in the right direction. I installed ImageMagick and RMagick on my MacBook Pro using Darwin Ports and the normal gem install, respectively. I got the dreaded "bus error." I read Tom Mornini''s discussion about installing GraphicsMagic and then RMagick, so I used port uninstall and gem uninstall to (theoretically) clean up the system, then did a port install GraphicsMagick. I then installed RMagick, but it''s still looking for ImageMagick. Is there some recommended way to configure this? TIA -- View this message in context: http://www.nabble.com/-OT--Hosed-ImageMagick-Kills-Gruff-tf2543016.html#a7085749 Sent from the RubyOnRails Users mailing list archive at Nabble.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 -~----------~----~----~----~------~----~------~--~---
jeanpierre-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Oct-31 04:09 UTC
Re: [OT] Hosed ImageMagick Kills Gruff
On 10/30/06, s.ross <cwdinfo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > This is off-topic because it''s installation specific, but I wondered if > anyone could point me in the right direction. I installed ImageMagick and > RMagick on my MacBook Pro using Darwin Ports and the normal gem install, > respectively. I got the dreaded "bus error." > > I read Tom Mornini''s discussion about installing GraphicsMagic and then > RMagick, so I used port uninstall and gem uninstall to (theoretically) clean > up the system, then did a port install GraphicsMagick. I then installed > RMagick, but it''s still looking for ImageMagick. > > Is there some recommended way to configure this?strange, i didn''t have any problem installing imagemagick/rmagick using macports and gem in conjunction. might you have a dated macports (nee darwinports) install? you should run ''sudo port selfupdate'' regularly to update macports itself and all the port files. afterwards you can run ''port outdated'' to see if any of the ports you have installed are outdated and upgrade as per necessary. this should do it in one fell swoop: % sudo port selfupdate % sudo port -f install ImageMagick % sudo port install rb-rubygems % sudo gem install rmagick cheers, jean-pierre --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---