ImageMagick 6.4.5 binary installation
Posted: 2008-11-01T05:43:22-07:00
ImageMagick 6.4.5 binary installation in RHEL 4.
After finishing the installation,
exported the
export MAGICK_HOME="/usr/local/ImageMagick"
export PATH="$MAGICK_HOME/bin:$PATH"
export LD_LIBRARY_PATH="$MAGICK_HOME/lib"
following error was occured when i checked the version.
[root@sysadmin ~]# convert -version
-bash: /usr/local/ImageMagick/bin/convert: cannot execute binary file
Downloaded the binary version
http://www.imagemagick.org/script/binar ... s.php#unix
After finishing the installation,
exported the
export MAGICK_HOME="/usr/local/ImageMagick"
export PATH="$MAGICK_HOME/bin:$PATH"
export LD_LIBRARY_PATH="$MAGICK_HOME/lib"
following error was occured when i checked the version.
[root@sysadmin ~]# convert -version
-bash: /usr/local/ImageMagick/bin/convert: cannot execute binary file
Downloaded the binary version
http://www.imagemagick.org/script/binar ... s.php#unix