Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Finally solved it after MONTHS!!</p> <p>Answer was here: <a href="http://rubyforge.org/forum/forum.php?thread_id=8742&amp;forum_id=4402" rel="noreferrer">http://rubyforge.org/forum/forum.php?thread_id=8742&amp;forum_id=4402</a></p> <p>Had to compile imagemagick with the "--with-gs-font-dir=/where/your/gs/fonts/live" flag</p> <p>did a "locate .pfb" to find where they were. for me it was "--with-gs-font-dir=/usr/share/fonts/type1/gsfonts" on ubuntu</p> <p>Complete steps below. Note I had to use the "–disable-openmp" flag also due to another bizarre error described here: <a href="http://computerplumber.com/2009/01/installing-rmagick-28-gem-on-hardy/" rel="noreferrer">http://computerplumber.com/2009/01/installing-rmagick-28-gem-on-hardy/</a></p> <pre><code># remove in case you already installed imagemagick from apt-get sudo apt-get remove imagemagick sudo apt-get install libperl-dev gcc libjpeg62-dev libbz2-dev libtiff4-dev libwmf-dev libz-dev libpng12-dev libx11-dev libxt-dev libxext-dev libxml2-dev libfreetype6-dev liblcms1-dev libexif-dev perl libjasper-dev libltdl3-dev graphviz gs-gpl pkg-config #get image magick from source and compile it cd ~/sources wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz tar xvfz ImageMagick.tar.gz cd ImageMagick-6.5.4-2 ./configure --disable-openmp --with-gs-font-dir=/usr/share/fonts/type1/gsfonts make sudo make install #reinstall rmagick gem sudo gem uninstall rmagick sudo gem install rmagick </code></pre> <p>This has been possibly the worst install experience I've ever encountered in my life due to this and numerous other bugs. Shame on imagemagick and rmagick.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload