Comment 10 for bug 594791

Revision history for this message
ruario (e-launchpad-ruari-com) wrote :

> No, what you are doing is plain wrong. if the symlink is needed, install the libsqlite0-dev package. but in the first place the browser you are using is wrong and should not rely on using the .so symlink. Please file a bug report for the browser.

Actually you have just misunderstood me. I *never* said that Opera needed that symlink. icedtea6-plugin needs or perhaps needed (following this update which I have yet to test) that symlink.

Basically I ran 'ldd /usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so' noted two 'not found' entries (libxul.so and libxpcom.so), setup symlinks and ran ldd again, got new 'not found' entries, symlinked those and so on, untill all the dependencies of 'IcedTeaPlugin.so' where satisfied. One of the symlinks *for IcedTeaPlugin.so* was '/usr/lib/libsqlite3.so.0'. This may be fixed now and if so then great but it was never a (chrome, midori or opera) browser issue. With the symlinks in place all browsers worked.

I'll try to test soon. The only reason I have not yet is that Ubuntu is not my primary distro.

P.S. Thanks for getting this fixed.