I got GD error on cpanel server.
On running script from command line, i get
I fixed it by runningroot@server48 [/home]# php /home/flashweb/public_html/captcha.php
Wrong JPEG library version: library is 62, caller expects 70
root@server48 [/home]#
But it look like the symlink is getting replaced after yum update.rm -f /usr/lib64/libjpeg.so.62
ln -s /usr/local/lib/libjpeg.so.7.0.0 /usr/lib64/libjpeg.so.62
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 ?


LinkBack URL
About LinkBacks
Reply With Quote