Results 1 to 4 of 4

Thread: Wrong JPEG library version: library is 62, caller expects 70

  1. #1
    Member
    Join Date
    Mar 2003
    Posts
    228
    cPanel/WHM Access Level

    Root Administrator

    Default Wrong JPEG library version: library is 62, caller expects 70

    I got GD error on cpanel server.

    On running script from command line, i get

    root@server48 [/home]# php /home/flashweb/public_html/captcha.php
    Wrong JPEG library version: library is 62, caller expects 70
    root@server48 [/home]#
    I fixed it by running

    rm -f /usr/lib64/libjpeg.so.62
    ln -s /usr/local/lib/libjpeg.so.7.0.0 /usr/lib64/libjpeg.so.62
    But it look like the symlink is getting replaced after yum update.

    What is the proper way to fix the error ?

    Since this happen on almost all cpanel/centos servers, why not easyapache download its own version of libjpeg and compile ?

  2. #2
    Member Yehzo's Avatar
    Join Date
    Apr 2011
    Location
    Michigan
    Posts
    196
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Wrong JPEG library version: library is 62, caller expects 70

    They may not have had time to incorporate that feature into the easyapache just yet. You can recommend it tho through: Feature Requests for cPanel and WHM

    But for this, in ssh, you can use putty if you dont have a client, run this command:

    [root@srv]# yum install php-gd


    Just go through the steps, lemme know if works alright for you!
    ~ Joshua @Yehzo
    Check out my site - Yehzo.com

  3. #3
    Member
    Join Date
    Mar 2003
    Posts
    228
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Wrong JPEG library version: library is 62, caller expects 70

    I don't think you can install php-gd on cpanel server as it will conflict with easyapache.

  4. #4
    Member Yehzo's Avatar
    Join Date
    Apr 2011
    Location
    Michigan
    Posts
    196
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Wrong JPEG library version: library is 62, caller expects 70

    GD is fully functional with cPanel. Its even offered through Easy Apache.
    ~ Joshua @Yehzo
    Check out my site - Yehzo.com

Similar Threads

  1. gd library
    By carnstar in forum Data Protection
    Replies: 2
    Last Post: 03-13-2008, 08:46 PM
  2. gd library
    By Marketology in forum cPanel Developers
    Replies: 5
    Last Post: 06-14-2007, 11:11 AM
  3. GD Library
    By pcrate in forum cPanel Developers
    Replies: 5
    Last Post: 05-18-2007, 05:18 PM
  4. need help: gd install failure - support for jpeg & png library no?
    By Jeff-C in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 02-06-2006, 04:27 AM
  5. GD Library HELP ??
    By ozman84 in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 06-21-2004, 01:19 PM

Tags for this Thread