Hi all, I need a little help. On Ubuntu ImageMagick packages installed. When I try to install rmagick gem I got this: ... checking for ImageMagick version >= 6.4.9... no Can''t install RMagick 2.13.1. You must have ImageMagick 6.4.9 or later. *** 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. Completely reinstalled ImageMAgick, recompiled Ruby with all packages (including extconf), still not help. Please help me. Many thanks, Zoli -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Hej, how did you install ImageMagick? Best, Sebastian -------------------------- Sebastian Gräßl sebastian@validcode.me http://validcode.me -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
No no no, this should be on rails-talk list, not core. - Ken -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
On Mar 22, 2011, at 11:26 AM, Gerő Zoltán wrote:> Hi all, > > I need a little help. On Ubuntu ImageMagick packages installed. When I try to install rmagick gem I got this: > ... > checking for ImageMagick version >= 6.4.9... no > Can''t install RMagick 2.13.1. You must have ImageMagick 6.4.9 or later. > > *** 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. > > Completely reinstalled ImageMAgick, recompiled Ruby with all packages (including extconf), still not help. > > Please help me. Many thanks, > ZoliThis is not a Rails core issue. Not really a Rails issue at all. You might try rubyonrails-talk, ruby-talk, or the RMagick support forum at http://rubyforge.org/forum/forum.php?forum_id=33 (In before Ryan? :)) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Hi Sebastian, thanks for reply. Installed it from Synaptic. Then now it''s from source. Do you know how to check the version of it? checking for ImageMagick version >= 6.4.9... no Can''t install RMagick 2.13.1. You must have ImageMagick 6.4.9 or later. What are these 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=/home/vadkant/.rvm/rubies/ruby-1.9.2-p180/bin/ruby Many thanks for your help! Danke, Zoli 2011/3/22 Sebastian Gräßl <sebastian@validcode.me>> Hej, > > how did you install ImageMagick? > > Best, > Sebastian > > -------------------------- > Sebastian Gräßl > sebastian@validcode.me > http://validcode.me >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Solved, thanks. Worked only from source. 2011/3/22 Gerő Zoltán <gezope@gmail.com>> Hi Sebastian, thanks for reply. > > Installed it from Synaptic. Then now it''s from source. > > Do you know how to check the version of it? > > checking for ImageMagick version >= 6.4.9... no > Can''t install RMagick 2.13.1. You must have ImageMagick 6.4.9 or later. > > What are these 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=/home/vadkant/.rvm/rubies/ruby-1.9.2-p180/bin/ruby > > Many thanks for your help! Danke, > Zoli > > > > 2011/3/22 Sebastian Gräßl <sebastian@validcode.me> > >> Hej, >> >> how did you install ImageMagick? >> >> Best, >> Sebastian >> >> -------------------------- >> Sebastian Gräßl >> sebastian@validcode.me >> http://validcode.me >> > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.