Decoding error on 33003 J2K compressed SVS file

Mathieu Malaterre mathieu.malaterre at gmail.com
Sat Jun 21 07:00:17 EDT 2014


On Sat, Jun 21, 2014 at 4:43 AM, Benjamin Gilbert <bgilbert at cs.cmu.edu> wrote:
> On 06/20/2014 10:25 AM, Yanling Liu wrote:
>> Hi, I have checked ubuntu 12.04 and 10.04 and only found
>> 1.3+dfsg-4+squeeze2 build of openjpeg, which is quite old. As I am not
>> very familiar with linux, could you please help to point out where could
>> I get the latest openjpeg v1.3 patch?
>
> Ubuntu hasn't been fixed yet.  To get a working package, you could
> downgrade to a version older than 1.3+dfsg-4+squeeze2 or use a package
> from Debian.  However, since you were already prepared to build from
> source, it may be easiest to compile OpenJPEG yourself: build OpenJPEG
> 1.5.2 and install in /usr/local, then build OpenSlide against it (pass
> PKG_CONFIG_PATH=/usr/local/lib/pkgconfig to configure).

Since you may have sudo power + prepare to build from source, you
could replace your openjpeg copy:

$ cd /tmp
$ dget -u  http://security.debian.org/debian-security/pool/updates/main/o/openjpeg/openjpeg_1.3+dfsg-4+squeeze3.dsc
$ cd openjpeg*
$ dpkg-buildpackage -rfakeroot -us -uc
$ sudo dpkg -i ../*.deb

HTH


More information about the openslide-users mailing list