[EMAIL PROTECTED] wrote:
On Friday 17 February 2006 10:25, JupiterHost.Net wrote:
Howdy list,
When installign Image::Magick you do this:
perl Makefile.PL
make
make install
How do I tell it the path that ImageMagick is installed in sot hat its
get built agianst them specifically?
The docs and comments in Makefile.PL are pretty slim :)
Would this do what I'm looking for above:
perl Makefile.PL PREFIX=/foo/bar/imagemagic
as regards to:
# Set Perl Installation prefix to ImageMagick installation prefix
# 'PREFIX' => '/usr'
in Makefile.PL
I don't know. Hopefully you get answer. Would it hurt anything to try it?
Thanks :)
if I build Image Magick (the system one not he perl one) without a
--prefix and subsiquently Image::Magick the same way it works.
If I use --prefix then the Perl mod install fails (even with PREFIX= in
the Makefile.PL command) because it doesn't know where its at...
ln<space>-s<space>where_mogrify_really_is<space>mogrify
Too much work to sym link each/all 13 of these --
unless ( Perl_is_used ) { print "Perl makes it easy\n";}
Better off to get it how you requested up above.
yeah, if it was one server, one time thing I might but this project
won't work that way
Anyone have any ideas?
The question is if I buile Image Magick (the system library part of it)
with --prefix, how do I tell the Image::magick install where its at (IE
how do I tell it the prefix I used)?
See above for what I;ve already tried :)
TIA!
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>