Re: Making Image::Magick against a specific ImageMagick installation path

2006-02-20 Thread Alan_C
On Monday 20 February 2006 11:47, JupiterHost.Net wrote: > [EMAIL PROTECTED] wrote: > > On Friday 17 February 2006 10:25, JupiterHost.Net wrote: > >>Howdy list, Hi. [ . . ] > The question is if I buile Image Magick (the system library part of it) > with --prefix, how do I tell the Image::magick in

Re: Making Image::Magick against a specific ImageMagick installation path

2006-02-20 Thread JupiterHost.Net
[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

Re: Making Image::Magick against a specific ImageMagick installation path

2006-02-19 Thread acummingsus
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 comment

Making Image::Magick against a specific ImageMagick installation path

2006-02-17 Thread JupiterHost.Net
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 ab