I am trying to use paperclip on macosx with phusion passenger. When i try to make an upload, apache give me :
dyld: Library not loaded: /usr/local/lib/libjpeg.8.dylib
Referenced from: /usr/local/lib/libtiff.3.dylib
Reason: Incompatible library version: libtiff.3.dylib requires version 13.0.0 or later, but libjpeg.8.dylib provides version 12.0.0
But when i run my rails application with rails server, everything works fine. When i try to use the identify command in my terminal as well.
Paperclip give me this error :
/Var/Folders/Nj/9xt2kprd01n3ssch3rd44pmh0000gn/T/Stream20120222-92627-1l2u297.Png Is Not Recognized By The 'Identify' Command.
Any idea? I am using MacOsx Lion