I have discovered that on one of our systems `ImageMagick` is linking against a system `Ghostscript`, rather than the one specified as a build dependency: ``` $ ldd $(which identify) | grep libgs.so libgs.so.9 => /usr/lib64/libgs.so.9 (0x00007f6b13689000) ```