Changeset 27721

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

Committing 32 bit linux imagemagick binary. The changes are the same as in the recent commit of the 64 bit linux bin version of this. The commit message was: 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.

File:
1 edited

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