Questions tagged [gd]
34 questions
0
votes
1 answer
Installing GDChart at CentOS fails: pecl/gdchart requires PHP extension "gd"
has anybody solved the problem of installing GDChart on CentOS 5.5 Linux
(I've tried both 32 and 64 bit versions)?
I have:
# rpm -qa | grep -i…

Alexander Farber
- 714
- 4
- 17
- 38
0
votes
2 answers
gd-jpeg: JPEG library reports unrecoverable error: Wrong JPEG library version: library is 80, caller expects 62
As the title says, I'm getting the above error in my Apache log files when calling
imagecreatefromjpeg()
in PHP.
Running:
apt-get install libjpeg62-dev
Tells me that it is already at the latest version.
libjpeg.so.62
Also exists in…

Oli
- 103
- 1
- 5
0
votes
2 answers
imagecreatefromjpeg() stops working after server upgrade
We have a server located at a local company's place of business running Solaris/Apache/PHP. They recently did an update to Solaris, Apache, and PHP (security update patches, etc.). Unfortunately it has caused the image manipulation portion of our…

John Conde
- 191
- 1
- 6
- 17
0
votes
1 answer
Install php7.3-GD Error
I've tried to install php7.3-gd for centos7, i got this error
Screenshot error install via repo
said that require gd-last(x86-64), i am confused how to upgrade the gd version to latest version,
also I've tried to install via rpm file but got…

Roby Firnando Yusuf
- 103
- 2