The server is running Debian 6.0.7
I found the solution to be able to run ImageMagick 6.3.9-2 as the server runs PHP as a CGI, therefor placing a php.ini in the directory, I am able to receive 128M of available memory.
I suspect something similar now needs to be done to build this latest version, not just execute this new version.
Is someone able to suggest the correct way to build ImageMagick version 6.8.4-9 on our shared web hosting account.
Following is the point at which the make blows up:
Code: Select all
CC coders/magick_libMagickCore_6_Q16_la-x.lo
CC coders/magick_libMagickCore_6_Q16_la-xwd.lo
CC filters/magick_libMagickCore_6_Q16_la-analyze.lo
CCLD magick/libMagickCore-6.Q16.la
copying selected object files to avoid basename conflicts...
CC wand/wand_libMagickWand_6_Q16_la-animate.lo
CC wand/wand_libMagickWand_6_Q16_la-compare.lo
CC wand/wand_libMagickWand_6_Q16_la-composite.lo
CC wand/wand_libMagickWand_6_Q16_la-conjure.lo
CC wand/wand_libMagickWand_6_Q16_la-convert.lo
virtual memory exhausted: Cannot allocate memory
make[2]: *** [wand/wand_libMagickWand_6_Q16_la-convert.lo] Error 1
make[2]: Leaving directory `/homepages/35/d157794216/htdocs/download/ImageMagick-6.8.4-9'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/homepages/35/d157794216/htdocs/download/ImageMagick-6.8.4-9'
make: *** [all] Error 2