ImageMagick Help!
Hey,I installed the ImageMagick script on my dedicated server by following these steps:
1. mkdir /home/src
2. cd /home/src
3. wget http://www.imagemagick.org/download...-6.0.2-6.tar.gz
4. tar xvzf ImageMagick-6.0.2-6.tar.gz
5. cd ImageMagick-6.0.2
6. ./configure
7. make
8. make install
9. cd PerlMagick
10. perl Makefile.PL
11. make
12. make install
And I installed it because I wanted to use it for Coppermine Gallery (http://www.baka-ost.net/gallery/). But now, my problem is that, in the coppermine cofig, how do I know what is the path to ImageMagick?
I would really appreciate it if you can help me out. Thanks