Results 1 to 1 of 1

Thread: Gimp 2.8 compiled on 10.04, JPEG problems

  1. #1
    Join Date
    Feb 2010
    Beans
    11

    [SOLVED] Gimp 2.8 compiled on 10.04, JPEG problems

    I followed these instructions
    http://ubuntuforums.org/showthread.php?t=1982183

    and I managed to compile Gimp on Lucid, however it can't open JPEGs, it says "Wrong JPEG library version: library is 62, caller expects 80".

    If I delete libjpeg.so.62 and libjpeg.so.62.0.0 in /usr/lib64 and I make a symlink named libjpeg.so.62 to /usr/local/lib/libjpeg.so.8.0.2 the new Gimp can open JPEGs, but the rest of the applications (like Image Viewer, PDF reader, etc. Firefox is still working) stop working.

    I need to tell the new Gimp to read the right library. How?

    Found! I made a symlink named libjpeg.so.62 to libjpeg.so.8 into the alternative lib folder (the one setted with LD_CONFIG_LIBRARY). I discovered that Gimp uses small executables in order to open various kind of images. The one responsible for the JPEG opening is file-jpeg. I used the ldd command on it and I discovered that one library was missing in the alternative lib folder, so I made the link. Now it's working.
    Last edited by menth1979; December 11th, 2012 at 08:58 PM. Reason: Solved

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •