I recently compiled ImageMagick on my desktop with openexr support. Everything went great. I went to do the same on a web server of mine (pretty much the same environment - opensuse x86_64, just without x11, etc).
When I configure:
Code: Select all
$ ./configure --enable-hdri | grep -i exr
checking for OPENEXR...
./configure: line 42857: test: -gt: unary operator expected
OpenEXR --with-openexr=yes no
Code: Select all
Version: ImageMagick 6.5.5-0 2009-08-13 Q16 HDRI OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
Code: Select all
$ /usr/local/bin/convert -list format | grep -i exr
$
Code: Select all
S | Name | Summary | Type
--+---------------+----------------------------------------------------------------+--------
i | OpenEXR | Library to Handle EXR Pictures in 16-Bit Floating-Point Format | package
i | OpenEXR-32bit | Library to Handle EXR Pictures in 16-Bit Floating-Point Format | package
i | OpenEXR-devel | Library to Handle EXR Pictures (16-bit floating-point format) | package
i | OpenEXR-doc | Library to Handle EXR Pictures in 16-Bit Floating-Point Format | package
Any thoughts as to why openexr support would fail? Is there some other lib I need to install that I have inadvertently on my desktop?
Thanks,
Owen Nelson