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.
Install ImageMagick in the Web
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Install ImageMagick in the Web
It sounds like you are missing many secondary libraries needed for building ImageMagick.
The simplist method of fixing this is to get your packagemanager to install then remove Imagemagick-devel and all its dependancies. that will install most of the secondary development libraries and includes needed.
Other library however may also be needed for extra features. like RSVG, and autotrace. perhaps JP2000 'Jaspar' libraries.
My own notes on compiling and installing Imagemagick (for linux) is at
http://www.imagemagick.org/Usage/api/#building
The simplist method of fixing this is to get your packagemanager to install then remove Imagemagick-devel and all its dependancies. that will install most of the secondary development libraries and includes needed.
Other library however may also be needed for extra features. like RSVG, and autotrace. perhaps JP2000 'Jaspar' libraries.
My own notes on compiling and installing Imagemagick (for linux) is at
http://www.imagemagick.org/Usage/api/#building
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/