Search found 1 match

by FGervais
2011-07-26T17:57:34-07:00
Forum: Users
Topic: Install ImageMagick in the Web
Replies: 1
Views: 3382

Install ImageMagick in the Web

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 ...