bunltd
09-20-2004, 05:44 PM
I've gotten ImageMagick installed, GD installed, and have been trying to install the Perl mod Image::Magick (PerlMagick), so I can use it with my Perl scripts. (WebGUI)
I've already configured my cpan as found on the board to install into my /perl5lib, edited my .bashrc and have installed other perl modules fine. Until this one, that is. :?
Here's the error I get in cpan:
first about libraries not found:
Note (probably harmless): No library found for -lMagick
Note (probably harmless): No library found for -llcms
Note (probably harmless): No library found for -ltiff
Note (probably harmless): No library found for -ldpstk
Note (probably harmless): No library found for -ldps
Note (probably harmless): No library found for -lXext
Note (probably harmless): No library found for -lXt
Note (probably harmless): No library found for -lSM
Note (probably harmless): No library found for -lICE
Note (probably harmless): No library found for -lX11
Then finally about two specific files:
Magick.xs:63:24: magick/api.h: No such file or directory
Magick.xs:66:28: magick/xwindow.h: No such file or directory
make: *** [Magick.o] Error 1
/bin/make -- NOT OK
Running make test
Can't test without successful make
Now those files do exist - they're in: /usr/local/ImageMagick/include/magick
I've tried adding these paths to the Makefile.PL - still no go.
Someone here has to have installed it here - any ideas? How did you get it to work?
Thanks!
Lisa
I've already configured my cpan as found on the board to install into my /perl5lib, edited my .bashrc and have installed other perl modules fine. Until this one, that is. :?
Here's the error I get in cpan:
first about libraries not found:
Note (probably harmless): No library found for -lMagick
Note (probably harmless): No library found for -llcms
Note (probably harmless): No library found for -ltiff
Note (probably harmless): No library found for -ldpstk
Note (probably harmless): No library found for -ldps
Note (probably harmless): No library found for -lXext
Note (probably harmless): No library found for -lXt
Note (probably harmless): No library found for -lSM
Note (probably harmless): No library found for -lICE
Note (probably harmless): No library found for -lX11
Then finally about two specific files:
Magick.xs:63:24: magick/api.h: No such file or directory
Magick.xs:66:28: magick/xwindow.h: No such file or directory
make: *** [Magick.o] Error 1
/bin/make -- NOT OK
Running make test
Can't test without successful make
Now those files do exist - they're in: /usr/local/ImageMagick/include/magick
I've tried adding these paths to the Makefile.PL - still no go.
Someone here has to have installed it here - any ideas? How did you get it to work?
Thanks!
Lisa