Subject: | Illegal Instruction on 64-bit Linux machines |
Date: | Thu, 29 Jan 2015 09:46:56 -0500 |
To: | bug-Alien-ImageMagick [...] rt.cpan.org |
From: | "Chas. Owens" <chas.owens [...] gmail.com> |
I am building Alien::ImageMagick 0.03 on a 64-bit CentOS Linux 7.0.1406
machine. When I try to run any of the ImageMagick commands like convert I
get an error message. I get the same error message when I try to use the
module:
$ convert --help
Illegal instruction
$ perl -I local/lib/perl5/ -MImage::Magick -e 0
Illegal instruction
I am using Perl 5.20.1 compiled by plenv with the following command:
plenv install 5.20.1 -Duseshrplib
--
Chas. Owens
http://github.com/cowens
The most important skill a programmer can have is the ability to read.