Agile Tortoise

Greg Pierce’s blog

« Rails: model == file      Dynamics AX: Making .NET calls from inside AX »

Slicehost: installing imagemagick

Get imagemagick running with RMagick on your Ubuntu slice:

CODE:
  1. sudo apt-get install imagemagick
  2. sudo apt-get install imagemagick9-dev
  3. sudo gem install rmagick

Monday, March 26th, 2007 at 7:23 am and is filed under Slicehost. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

5 Responses to “Slicehost: installing imagemagick”

  1. rbitar Says:
    April 1st, 2007 at 5:23 pm

    sudo apt-get install imagemagick9-dev

    Reading package lists… Done
    Building dependency tree… Done
    E: Couldn’t find package imagemagick9-dev

    Any thoughts on why this didn’t work?

  2. greg Says:
    April 1st, 2007 at 8:51 pm

    Have you edited your /etc/apt/source.list file to add the universe source sites?
    g.

  3. bambam Says:
    May 26th, 2007 at 9:51 am

    How do you query the installed imagemagick package to determine what delegates have been included? If a delegate isn’t in the apt-get package, what do you do?

  4. two-bit-john Says:
    August 23rd, 2007 at 12:39 am

    I had the same issues as rbitar, and I verified that my /etc/apt/source.list has the universe source sites enabled. Is there something I’m missing? Thanks!

    -john

  5. dflowenfels Says:
    August 31st, 2007 at 6:07 pm

    what worked for me was this:
    sudo apt-get install libmagick9-dev

    (not imagemagick9-dev.. .that’s for fink)

Leave a Reply