How to recompile ImageMagick to detect the DELEGATES
Posted: 2014-12-31T00:18:32-07:00
I am using Imagemagick(6.4.3.6-7.18.x86_64) in SLES11 SP2
Using it like bellow..
import -window $wid $jpg
and getting this error
Installed the packge (`xorg-x11-devel`) but not sure how to recompile it like below as i've installed it by RPM(ImageMagick-6.4.3.6-7.10.x86_64.rpm)
Thanks
Using it like bellow..
import -window $wid $jpg
and getting this error
This URL viewtopic.php?t=14055 suggests to install the X11 development package and to recompile ImageMagick.import: DelegateLibrarySupportNotBuiltIn `' (X11) @ error/import.c/ImportImageCommand/1303.
Installed the packge (`xorg-x11-devel`) but not sure how to recompile it like below as i've installed it by RPM(ImageMagick-6.4.3.6-7.10.x86_64.rpm)
and here is what i see if i run itcd Image_Magic_Dir
./configure
make
make install
Code: Select all
convert -list configure
Any idea how can i make ImageMagick to re-detect the Delegates?Path: [built-in]
Name Value
-------------------------------------------------------------------------------
FEATURES
NAME ImageMagick
QuantumDepth 16
convert: UnableToOpenConfigureFile `configure.xml' @ warning/configure.c/GetConfigureOptions/706.
Thanks