root@sdk:~# ldd -d /usr/local/lib/libCEGUISILLYImageCodec.so
linux-gate.so.1 => (0x29556000)
libCEGUIBase.so.1 => /usr/local/lib/libCEGUIBase.so.1 (0x2956c000)
libSM.so.6 => /usr/lib/libSM.so.6 (0x29808000)
libICE.so.6 => /usr/lib/libICE.so.6 (0x29820000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x29844000)
libm.so.6 => /lib/libm.so.6 (0x29924000)
libc.so.6 => /lib/libc.so.6 (0x299a4000)
/lib/ld-linux.so.2 (0x52aac000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x29aa4000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x29ac0000)
libz.so.1 => /usr/lib/libz.so.1 (0x29b2c000)
libpcre.so.0 => /usr/local/lib/libpcre.so.0 (0x29b50000)
undefined symbol: _ZTVN5SILLY16MemoryDataSourceE (/usr/local/lib/libCEGUISILLYImageCodec.so)


and with TGA Image Codec, samples works but with some display issues like transparent background...it's due to directfb renderer?
and for directfb renderer, the pb with is the renderer itself? or my directfb conf? because I get 25-30 fps with other progs (not CEGUI) ? maybe I have to modify the renderer that comes with CEGUI?? please advice CE, Im really confused

Thanks a lot
Aymen