Image::Magick problem

2004-09-23 Thread Ing. Branislav Gerzo
Hi there, I hope someone is using Image::Magick here. I just installed it (win xp, active Perl...), I'm trying to anotate some text, here is my example script: use Image::Magick; my $colour1 = ("ff"); my $colour2 = ("ff"); my $text = ("Hello World"); my $image=Image::Magick->new; $image->

Re: image magick problem on free bsd

2004-07-20 Thread David Inglis
I may have compiled it initially but I later used the sysinstall program on free bsd to download the bsd port ver image-Magic-5.5.7.11-1 -- Regards David Inglis Quoting "Randy W. Sims" <[EMAIL PROTECTED]>: > On 7/20/2004 8:12 PM, David Inglis wrote: > > > I am having trouble using image magick

Re: image magick problem on free bsd

2004-07-20 Thread Randy W. Sims
On 7/20/2004 8:12 PM, David Inglis wrote: I am having trouble using image magick on a free bsd box, the code below works fine on redhat but gets the following error message using bsd /libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.8.3/i386-freebsd/auto/Image/Magick/Magick.so: Undefined symbo

image magick problem on free bsd

2004-07-20 Thread David Inglis
I am having trouble using image magick on a free bsd box, the code below works fine on redhat but gets the following error message using bsd /libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.8.3/i386-freebsd/auto/Image/Magick/Magick.so: Undefined symbol "AcquireMagickMemory" Can anybody give