gnomefreak: fixed for me on edgy, but I had some problems installing
java6:

...
[EMAIL PROTECTED]:/etc/apt# dpkg --configure sun-java6-bin                      
         Setting up sun-java6-bin (6-00-0ubuntu1~edgy1) ...
/usr/lib/jvm/java-6-sun-1.6.0.00/bin/java: error while loading shared 
libraries: libjli.so: cannot open shared object file: No such file or directory
dpkg: error processing sun-java6-bin (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 sun-java6-bin


So the only workaround was:

...
[EMAIL PROTECTED]:/etc/apt# 
LD_LIBRARY_PATH=/usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/i386/jli/ dpkg 
--configure sun-java6-bin
Setting up sun-java6-bin (6-00-0ubuntu1~edgy1) ...

Maybe it's *only me*. But you should consider to add that
LD_LIBRARY_PATH stuff to the post-installation script.

-- 
Firefox crashes with java applet
https://launchpad.net/bugs/92880

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to