Closed bmlett closed 2 years ago
What Linux distro and version of imagemagick is this?
Linux distro information:
nebula-9 ~ $ cat /etc/*release
NAME="Scientific Linux"
VERSION="7.9 (Nitrogen)"
ID="scientific"
ID_LIKE="rhel centos fedora"
VERSION_ID="7.9"
PRETTY_NAME="Scientific Linux 7.9 (Nitrogen)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:scientificlinux:scientificlinux:7.9:GA"
HOME_URL="http://www.scientificlinux.org//"
BUG_REPORT_URL="mailto:scientific-linux-devel@listserv.fnal.gov"
REDHAT_BUGZILLA_PRODUCT="Scientific Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.9
REDHAT_SUPPORT_PRODUCT="Scientific Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.9"
Scientific Linux release 7.9 (Nitrogen)
Scientific Linux release 7.9 (Nitrogen)
Scientific Linux release 7.9 (Nitrogen)
imagemagick version: file listed as 6.6.6
nebula-9 /s/pkg $ convert -version
Version: ImageMagick 6.9.10-68 Q16 x86_64 2021-10-12 https://imagemagick.org
I just tried this with the docker image from scientificlinux 7.9 using ImageMagick-c++-devel
and it works fine.
The problem is you have two conflicting imagemagick installations on your machine. The /s/pkg/linux64/ImageMagick
one seems very outdated. I'm not sure how it got there, but it is better to remove that one and install the one from the OS:
yum install ImageMagick-c++-devel
Hi I've been trying to install magick on a linux based server. I've updated my Renviorn to point to the location of the location within the server that contains the ImageMagick builds and fixed a previous g++ issue. Now when it goes to compile I get the below error. It is my understanding that this is an attribute error with in the magick but I could be wrong. Any advice would be appreciated on how to resolve this and be able to install magick. Thanks.