3

I've been trying to install Image::Magick on Debian etch for a while without great success.

I've got graphicsmagick-libmagick-dev-compat installed, but can't find the .deb for Perl's Image::Magick. And cpan -i Image::Magick gives me all sorts of compilation errors.

Does anyone know the good combination of software so I can finally write use Image::Magick?

brian d foy
  • 129,424
  • 31
  • 207
  • 592
jeje
  • 3,191
  • 3
  • 26
  • 41

2 Answers2

6

I've got the answer: The package to install is perlmagick. I hope it doesn't help just me :)

jeje
  • 3,191
  • 3
  • 26
  • 41
2

Have you tried libgraphics-magick-perl?

EDIT:

Are you sure you need the real deal?

perlmagick contains its own version of Image::Magick.

innaM
  • 47,505
  • 4
  • 67
  • 87
  • Yes, but it contains Graphics::Magick , not Image::Magick . And my product needs Image::Magick (movabletype) – jeje Aug 11 '09 at 14:29