Hey, I just tried to install dm-paperclip, and I got the same thing. The problem is that a bunch of the files have very limited permissions:
-rw------- 1 root admin 11015 Nov 10 21:33 dm-paperclip.rb ./dm-paperclip: -rw-r--r-- 1 root admin 11730 Nov 10 21:33 attachment.rb -rw------- 1 root admin 3286 Nov 10 21:33 geometry.rb -rw------- 1 root admin 1391 Nov 10 21:33 iostream.rb -rw-r--r-- 1 root admin 9230 Nov 10 21:33 storage.rb -rw------- 1 root admin 3444 Nov 10 21:33 thumbnail.rb -rw------- 1 root admin 1023 Nov 10 21:33 upfile.rb -rw-r--r-- 1 root admin 3490 Nov 10 21:33 validations.rb Do a chmod 644 on all ruby files in /Library/Ruby/Gems/1.8/gems/dm-paperclip-2.1.4/lib/ and its subdirectory and then it works. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
