← Back to team overview

ubuntu-java team mailing list archive

[Bug 195458] Re: wrong hardcoded path to libjpeg.so

 

> 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 Java
Packaging, which is subscribed to icedtea-java7 in ubuntu.