|
I just setup an Ubuntu LAMP server and in the process of getting prerequisites for Bugzilla, by running './checksetup.pl --check-module' , I got quite a few dependencies and a number of optional. I simply started copying the all suggested modules and installing them. All went fine except for the last one:
'If you want to convert BMP image attachments to PNG to conserve
disk space, you will need to install the ImageMagick application
Available from http://www.imagemagick.org, and the Image::Magick
Perl module by running (as root):
/usr/bin/perl -MCPAN -e 'install "Image::Magick"'
So when I try to install "Image::Magick" I get the following error:
Writing Makefile for Image::Magick
cp Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
/usr/bin/perl /usr/share/perl/5.8/ExtUtils/xsubpp -typemap /usr/share/perl/5.8/ExtUtils/typemap M
+agick.xs > Magick.xsc && mv Magick.xsc Magick.c
cc -c -I../ -I.. -I/usr/include/freetype2 -I/usr/include/libxml2 -D_REENTRANT -D_GNU_SOURCE -DTHRE
+ADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE
+_OFFSET_BITS=64 -O3 -g -Wall -pthread -O2 -DVERSION=\"6.2.9\" -DXS_VERSION=\"6.2.9\" -fPIC "-I/u
+sr/lib/perl/5.8/CORE" -DHAVE_CONFIG_H Magick.c
/bin/sh: cc: command not found
make: *** [Magick.o] Error 127
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Anyone have any idea how I can resolve this??
Thanks
|