Web Hosting Talk







View Full Version : OK I did Make && Make Install


SteRaL
03-24-2004, 04:21 AM
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!

dlzinc
03-24-2004, 05:11 AM
From the looks of the error, it looks like you typed 'make istall' instead of 'make install'. I've never had that issue building ImageMagick before...

datums
03-24-2004, 09:41 AM
make: *** No rule to make target `istall'. Stop.


That is the problem