Skip to main content

Problem with GD Library (JPEG)

Comments

4 comments

  • clopezi
    Hi again, I have found the error in the apache log: "Wrong JPEG library version: library is 62, caller expects 90" Some ideas to solve it? Who is "the caller"? Another thing is that in PHPINFO, says libjpeg in /usr, and no in /usr/lib64 or usr/lib, some ideas to solve? Thank you very much
    0
  • clopezi
    Solved. For future references, the solution is to download the jpeglib source v9, make install, and: cp /usr/local/lib/libjpeg* /usr/lib64/ In this way, they copy all new libjpeg in our folder without erasing the 62 version. The path are only right for 64bits systems.
    0
  • ravi9
    [quote="clopezi, post: 1511601">Solved. For future references, the solution is to download the jpeglib source v9, make install, and: cp /usr/local/lib/libjpeg* /usr/lib64/ In this way, they copy all new libjpeg in our folder without erasing the 62 version. The path are only right for 64bits systems.
    Thank you for sharing the solution :)
    0
  • cPanelMichael
    Hello :) I am happy to hear you were able to resolve the issue. Thank you for sharing your workaround with us.
    0

Please sign in to leave a comment.