Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

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

by a (Friar)
on Feb 22, 2001 at 09:54 UTC ( [id://60136]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://60136]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (8)
As of 2024-04-23 12:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found