OK I did Make && Make Install

I'm trying to install imagemagick on my computer. I donwloaded the source file. I have root access, i run redhat 9, and php and mysql is installed.

Now this is what I did to the imagemagick

./configure --without-perl

make && make install


and I got the following error:


make[1]: Entering directory `/usr/local/src/ImageMagick-5.5.7/tests'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/ImageMagick-5.5.7/tests'
make[1]: Entering directory `/usr/local/src/ImageMagick-5.5.7'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/usr/local/src/ImageMagick-5.5.7'
make: *** No rule to make target `istall'. Stop.
So basically it did the make but not the install because the make was not successfull? How can I fix this? If there's anything else you need to know let me know and i"ll provide you with any information. Thanks!

 

 

 

 

Top