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:
-
sudo apt-get install imagemagick
-
sudo apt-get install imagemagick9-dev
-
sudo gem install rmagick
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?
April 1st, 2007 at 8:51 pm
Have you edited your /etc/apt/source.list file to add the universe source sites?
g.
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?
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
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)