Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>UPDATE</strong> If you're a Mac/OS X user I would HIGHLY recommend using Homebrew as your package installer/manager. You can find it <a href="http://mxcl.github.com/homebrew/" rel="noreferrer">HERE</a>. Since originally asking this question I have removed all my prior installs of things like rmagick and imagemagick, and reinstalled them using Homebrew. Super easy with a huge catalog of packages, and updates/uninstalls are a cinch as well!</p> <p>I finally got it working by utilizing a script for ImageMagick installation on github.</p> <p>magick-installer ( <a href="https://github.com/maddox/magick-installer" rel="noreferrer">https://github.com/maddox/magick-installer</a> )</p> <p>It made a fresh install of ImageMagick, and the RMagick 2.12.2 gem then installed perfectly via bundler.</p> <p>Thanks to Hulihan Applications for confirming that it was most likely a missing library. I tried the suggestion of using apt-get by installing the package downloader from Fink Project. I ran the following command in terminal, but it couldn't find the libmagick9-dev libary.</p> <blockquote> <p>$ sudo apt-get install libmagick9-dev<br/> $ Password:<br/> $ Reading Package Lists... Done<br/> $ Building Dependency Tree... Done<br/> $ E: Couldn't find package libmagick9-dev</p> </blockquote> <p>I need to bone up on my UNIX command line skills. The original copy of ImageMagick that I installed from source is still on the machine, but I don't know where exactly or how to remove it. So much to learn...!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

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