If add
Paperclip.options[:command_path] = "/usr/local/bin/"
does not work, try installing ImageMagick with shared delegates:
mkdir /sources cd /sources wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz tar xvfz ImageMagick.tar.gz cd ImageMagick-6.6.7-8
The part makes the difference
./configure --disable-static --with-modules --without-perl --without-magick-plus-plus --with-quantum-depth=8 make sudo make install
Cihan ozcelik
source share