Install perl? or turn off the perl build using the configuration options.
For example --without-perl
/usr/bin/ld: cannot find -lperl
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: /usr/bin/ld: cannot find -lperl
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: /usr/bin/ld: cannot find -lperl
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" ?
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" ?