in reply to Using Image::Magick and perlMagick on a remote server

I thought it wasn't awful (never tried but ...) you need to install it in a subdir and muck w/ @INC by; use lib ./myperl/lib; env vars (PERLLIB or PERL5LIB); or perl -I<dir> (see perldoc perlrun for better suggestions). You may have to down load the cpan tarball and tell it to install under your home dir to start w/, of course.

a

  • Comment on Re: Using Image::Magick and perlMagick on a remote server

Replies are listed 'Best First'.
Re: Re: Using Image::Magick and perlMagick on a remote server
by clemburg (Curate) on Feb 22, 2001 at 22:43 UTC

    The main problem will be getting all the image libraries together that you need for compiling.

    Installing the module itself (the Perl stuff) should be pretty straightforward. To repeat for the n-th time: Effective Perl Programming has a great section on installing modules (chapter "Using Packages and Modules", pages 163-177).

    Christian Lemburg
    Brainbench MVP for Perl
    http://www.brainbench.com