Comment 5 for bug 162232

Revision history for this message
Dmitry Pankratov (dremon) wrote :

I have the same issue, solved with the following command:
sudo ln -s /usr/lib/jvm/java-1.5.0-sun/jre/lib/i386/libmlib_image.so /usr/lib
sudo ldconfig

Under AMD64 system this can be solved by creating the /etc/ld.so.conf.d/java.conf with the following contents:
/usr/lib/jvm/java-1.5.0-sun/jre/lib/i386

Under x86 this doesn't work so the "ln -s" trick is needed.