I got GD error on cpanel server.
On running script from command line, i get
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 ?
On running script from command line, i get
I fixed it by running[email protected] [/home]# php /home/flashweb/public_html/captcha.php
Wrong JPEG library version: library is 62, caller expects 70
[email protected] [/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 ?