I try to install Image Magick again following this instruction:
http://www.photopost.com/howtoinstall-php.html
And when I make:
$ cd jpeg-6b
$ ./configure --enable-shared
$ make
$ make install
$ cd ..
at make instruction, i get an error:
[root@vigape08 jpeg-6b]# make
./libtool --mode=compile gcc -O2 -I. -c ./jcapimin.c
make: ./libtool: Command not found
make: *** [jcapimin.lo] Error 127
Can help me?