[Bug 1159088] Re: Can't locate Graphics/Magick.pm in @INC

2013-03-27 Thread Darren Conway
I found the problem. The line: my $webImage = $image->Composite(image=>$logo, gravity=>'NorthWest'); has a syntax error. When the line is changed to the following: my $webImage ->Composite(image=>$logo, gravity=>'NorthWest'); It worked. So this is not a bug with Graphics Magick and should b

[Bug 1159088] Re: Can't locate Graphics/Magick.pm in @INC

2013-03-23 Thread Darren Conway
For clarification, the GraphicsMagick package installation appeared to be successful. The first indication of a problem was when I checked the test script. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu