I haven’t been using perl for too long. When I d/l a new module(.pm) I just place it in the public_html directory and include the line
use lib '/home/baz/public_html';
I've never used make or make install or anything like that.
But, now ive decided to get ImageMagick working on unix and to get the perl interface working so that I can use Imagemagick from my scripts. I've downloaded Imagemagick-5.4.6 from ftp.imagemagick.org. In order to install this, it says in the appropriate readme, to type ./configue at the prompt. I've done this, I also tried it using --with-perl. When I type this, it displays lots of status checks to the screen and then finishes appearing that all is well. THe next step, according to readme.txt, is to type display at the prompt, but there is no such file in any of the magick directories. Therefore I'm not sure what to do next. I'm ignoring PerlMagick for now, because my understanding is that I should be able to use ImageMagick from the command prompt...and later, when I get this much working, I can worry about using it from a perl script.
Anyway, at the moment I have noting working, and would be grateful for a little help.
Thanks.
BTW - Im working on the perlmonk.org server.