Install ImageMagick in the Web
Posted: 2011-07-26T17:57:34-07:00
Hi. I try since 2 days to install ImageMagick for using it in CGI-perl script and it is impossible.
Only these lines works.
tar xvfz ImageMagick.tar.gz
configure and compile ImageMagick:
cd ImageMagick-6.7.1
./configure
When I type make, its not working or give me a lot of errors. And when I try to use Image::Magick, it always say cannot find loadable modules.
Only these lines works.
tar xvfz ImageMagick.tar.gz
configure and compile ImageMagick:
cd ImageMagick-6.7.1
./configure
When I type make, its not working or give me a lot of errors. And when I try to use Image::Magick, it always say cannot find loadable modules.