However, a "ldd" shows it's missing in the list of listed libs.
Maybe other users here could give confirmation ? The command is "ldd /usr/bin/openbox | grep libImlib2"
If not missing it should output:
$ ldd /usr/bin/openbox | grep libImlib2
libImlib2.so.1 => /usr/lib/libImlib2.so.1 (0xb769d000)
When libImlib2.so is reported from 'ldd', it means that has been linked in openbox, if it is not reported it means that the compilation skipped that library, either because of a configure option, or because configure autodetect the presence of the library, thus including some 'optional' feature. (icons).
From what I've read so far, it is possible that at time of package build, the library libImlib
2 or libImlib
2-
devel was missing ... or not properly detected ...
Neal,
if you can point me to the right source package-version, I can try to rebuild it or however look into the code ...
AS