ciao,
volendo installare Apache::MiniWiki (su un apache2 con Perl) devo installare anche un modulo:
Image::Magick

ma quando eseguoerl Makefile.PL
ho:
Note (probably harmless): No library found for -lMagick
Note (probably harmless): No library found for -ldpstk
Note (probably harmless): No library found for -ldps
Writing Makefile for Image::Magick

quando eseguo: Make
........
Magick.xs:63:32: error: magick/ImageMagick.h: No such file or directory
Magick.xs:153: error: syntax error before 'MagickRealType'
Magick.xs:153: warning: no semicolon at end of struct or union
...... e prosegue la serie di errori


che posso fare?


p.s.
che differenza psssa a installare i moduli con i comandi dentro la cartella del modulo e compilarli con cpan ?
sembra che il primo metodo non riconosca quelli installati con il secondo....



grazie