> I implemented the workaround:
> sudo apt-get install libjpeg62

openjdk-6-jre depends on libjpeg62, so this is meaningless.

> sudo ln -s /usr/lib/libjpeg.so.62 /usr/lib/libjpeg.so

wrong:
$ grep -r 'dlopen.*jpeg' 
openjdk/openjdk/jdk/src/share/native/sun/awt/image/jpeg/imageioJPEG.c:    void 
*handle = dlopen("libjpeg.so.62", RTLD_LAZY | RTLD_GLOBAL);
openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c:    void *handle 
= dlopen("libjpeg.so.62", RTLD_LAZY | RTLD_GLOBAL);

closing again.


** Changed in: openjdk-6 (Ubuntu)
       Status: New => Fix Released

-- 
wrong hardcoded path to libjpeg.so
https://bugs.launchpad.net/bugs/195458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to