So I need to use "sudo" or is that neccasary in this case?
Thanks,
Mark
On Sep 22, 2004, at 9:29 AM, Ryan Perry wrote:
Learn to use CPAN. on newer versions of perl you can type:
cpan
you'll then get a new command line:
cpan>
type install <ModuleNameHere>, so:
cpan> install PerlMagick
sometimes you have to use force:
cpan> force install PerlMagick
It will ask you some simple (sometimes complex) questions and take
care of any dependencies. Great thing. Use CPAN as much as you can.
It's incredible!
Ryan
On Sep 22, 2004, at 11:16 AM, Mark Wheeler wrote:
Hi,
I am about to install my first module. I've been learning perl for the
past several years and am building a web site that needs
ImageMagick/PerlMagick.
First, how difficult is it to install these modules?
Second, are there any idiosyncrasies is installing these modules on
Panther?
Third, is there anything I should be aware of with using these modules
under Panther?
If any one has has experience with ImageMagick/PerlMagick, I'd love to
hear from you.
Thanks so much,
Mark