After upgrading your system packages, you should reinstall the rmagick gem, so it links against the updated libraries.
And don't use Ubuntu's packaged gems - it's a good idea to use their packages for all the C/C++ libraries, but not for the rubygems, so I strongly encourage ppl to sudo aptitude install libmagick++-dev; but sudo gem install rmagick. (Or use image science.) On Thu, May 6, 2010 at 3:47 PM, Nick <[email protected]> wrote: > i am having a few problems with 10.04 with my app where its > complaining that RMagick was configured with an older version of > ImageMagick than that currently installed. > Rmagick is used by simple_captcha to handle user registrations.. > Would rather wait for an update than trying deb patches. > > Other than that, I like the way Ubuntu LL is looking.. ;) > > > On May 6, 8:48 am, nahum <[email protected]> wrote: >> http://www.rubyinside.com/3-new-date-and-time-libraries-for-rubyists-... >> >> --nahum >> >> -- >> You received this message because you are subscribed to the Google Groups >> "WellRailed" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group >> athttp://groups.google.com/group/wellrailed?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "WellRailed" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/wellrailed?hl=en. > > -- You received this message because you are subscribed to the Google Groups "WellRailed" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wellrailed?hl=en.
