I don't know if this is right place but there is not any other place I can see to put this topic.
So I have been using ImageMagick on a Shared Server and thought it was bought time to upgrade to a DV where I need to install ImageMagick myself and therein lies the problem
I do everything the tutorial says but I use wget to get the .tar.gz file.. I unzip, I ./configure and I make...
The problem lies with Make...
When I do that it goes through and starts to make it but when it gets to
"coders/png.c: In function 'WriteOnePNGImage':" I start to get a bunch or errors, that if you want to put up here I can, and then it stops with
Code: Select all
make[1]: *** [coders/coders_png_la-png.lo] Error 1
make[1]: Leaving directory `/usr/share/ImageMagick-6.5.1-8'
make: *** [install] Error 2
if you could shed some light it would be much appreciated.