perlbrew and Image::Magick
Dirk Koopman
djk at tobit.co.uk
Thu Apr 7 08:24:08 BST 2011
On 06/04/11 22:38, Chisel wrote:
> I don't know if it's perlbrew specific, or just a good way to encounter the
> problem but I'm stumped.
>
> I'm seeing the same thing with a 5.12.2 and 5.12.3 brewed perl; everything's
> under Ubuntu or Linux Mint.
<snip>
> LD_RUN_PATH="/usr/lib" cc -L../magick/.libs -lMagickCore -shared -O2
> -L/usr/local/lib -fstack-protector Magick.o -o blib/
> arch/auto/Image/Magick/Magick.so \
> -lMagickCore -lperl \
>
> /usr/bin/ld: cannot find -lperl
> collect2: ld returned 1 exit status
From your perl -V:
useshrplib=false
Could be relevant. It may will be that Image::Magick insists on this
being true. As a suggestion.
Dirk
More information about the london.pm
mailing list