Zhenning Guan wrote: > $ rake simple_captcha:setup > rake aborted! > libMagickCore.so.1: cannot open shared object file: No such file or > directory - /usr/lib/ruby/site_ruby/1.8/x86_64-linux/RMagick.so > > (See full trace by running task with --trace) > > how can I fix it?
This is because it is unable to find the library files. The best thing to do would be to login as root and issue ldconfig /usr/lib alternatively, try exporting the path of libs to current path -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

