| DetroitOnline 2006-05-09, 10:34 am |
| I'm not sure where to post on here about this so I thought a general forum would be the best place.
I'm trying to install ImageMagick 6.2.7 on a Red Hat 8.0 server and I keep running into an issue during the "make" process. The configuration process runs without issue but during the make process it completely locks the machine up. I can't even ping the machine when this happens. If I'm at the console I can still work within the machine but connected remotely via SSH I lose the connection. Either way, console or SSH, I have to reboot to make sure everything restarts and comes back up properly.
This is the code in the make process I see everytime before it locks up:
if /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -g -O2 -Wall -pthread -MT magick/magick_libMagick_la-quantum.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-quantum.Tpo" -c -o magick/magick_libMagick_la-quantum.lo `test -f 'magick/quantum.c' || echo './'`magick/quantum.c; \
then mv -f "magick/.deps/magick_libMagick_la-quantum.Tpo" "magick/.deps/magick_libMagick_la-quantum.Plo"; else rm -f "magick/.deps/magick_libMagick_la-quantum.Tpo"; exit 1; fi
Any help on this would be great. I need to get IM on this machine and I've never had this problem before. Of course, I've installed IM on SuSE machines mostly. |