Changeset 27720

Timestamp:
2013-06-27T19:11:47+12:00 (11 years ago)
Author:
ak19
Message:

libjpeg.so problem again: the fix in the previous commit was the wrong way of going about solving the problem. It is TIFF that was defaulting to using a libjpeg.so.62 that it found on the system on CentOS, when it should have been looking for the libjpeg.so (libjpeg.so.8*) that's built with the jpeg (jpeg-8) package of this imagemagick src checkout instead. The proper solution was to make sure that the JPEG package was built before the TIFF package, and moreover, to teach TIFF (in file TIFF.sh) where to find the jpeg library and include folders when configuring TIFF for its compilation.

Location:
gs2-extensions/imagemagick/trunk
Files:
4 edited

Changeset view not shown, since the total size (29.6 MB) exceeds 9.5 MB

Note: See TracChangeset for help on using the changeset viewer.