Page 1 of 1

Need help with installation

Posted: 2008-01-26T14:04:58-07:00
by wwhill
I am trying to get the software installed. I have root access and am trying to install ImageMagick on a virtual host on a dedicated server. I have done all of the steps up to and am getting stuck here:

[root@cwc5 ImageMagick-6.3.7]# chmod 755 ./configure

[root@cwc5 ImageMagick-6.3.7]# make
make: *** No targets specified and no makefile found. Stop.

Re: Need help with installation

Posted: 2008-01-26T17:39:53-07:00
by magick
Did you type
  • ./configure
then
  • make
?

Re: Need help with installation

Posted: 2008-02-03T15:34:55-07:00
by wwhill
Yes.