my app adopts file_column,which uses rmagick to generate the images of
different size. under redhat linux,i have imagemagick 6.2.8 installed:
./configure --disable-static --with-modules --without-perl \
--without-magick-plus-plus --with-quantum-depth=8
make
make install
and then rmagick is installed:
gem install rmagick
Then i test if rmagick is installed:
ruby -rrubygems -e "require ''RMagick''; puts
Magick::Long_version;"
This is RMagick 1.13.0 ($Date: 2006/06/26 23:32:37 $) Copyright (C) 2006
by Timothy P. Hunter
Built with ImageMagick 6.2.4 01/28/06 Q16 http://www.imagemagick.org
Built for ruby 1.8.4 (2005-12-24) [x86_64-linux]
Web page: http://rmagick.rubyforge.org
Email: rmagick-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org
however, after rmagick does not work in my app and i can not see any
error information in the logs. btw: i got them worked under ubuntu
Anyone who can tell that if i have missed some ?
very grateful!
Frank
--
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
-~----------~----~----~----~------~----~------~--~---