first of all i download the source code ( a file called ImageMagick.tar.gz )
then i decompress the file with tar xvfz ImageMagick.tar.gz
then i just do a MAKE
and later just a MAKE INSTALL
well, it seems like is perfect.... but when i try to do a DISPLAY (like write in documentation) i just get the next error:
No such file libMagickCore.so.1
I get the same error when i just invoke Convert...

what is wrong in my system???
thanks in advance