Page 1 of 1

Re: /usr/bin/ld: cannot find -lperl

Posted: 2009-06-23T23:43:02-07:00
by anthony
Install perl? or turn off the perl build using the configuration options.
For example --without-perl

Re: /usr/bin/ld: cannot find -lperl

Posted: 2009-08-25T10:45:44-07:00
by sabater_wb
hello.
I got this error when I tried to compile imagemagick. So, I compiled it using --without-perl
--

The problem now, is that using imagick this script doesn't work:
$im = new Imagick($foto);
$im->sepiaToneImage(80);
$im->writeImage($foto);
$im->destroy();

The image generated is a light blue image. The same script works on another server.
Other commands using imagick work. The problem is just with sepiatone.

Is this issue related to the "--without-perl" ?