Abdelrhman Mohamed
Abdelrhman Mohamed

Reputation: 59

Can I install GD library with php 7.2?

I installed php72-php-gd, php70-php-gd, 2 php-gd in Amazon Linux 2 AMI server with

yum install php72-g

I can't get any information about GD library in php.info, the old server was Ubuntu 16.04.3 from DigitalOcean and works well there.

Upvotes: 5

Views: 23865

Answers (2)

cabanni
cabanni

Reputation: 314

apt-get install php7.2-gd 

works for me on Debian Stretch with this php7.2 packages php7.2 install

you have to know the name of the package you need, it differs from distro to distro and install it.

Upvotes: 7

timimi
timimi

Reputation: 73

Gd library don't work on wampserver with php 7.2.10

Upvotes: 1

Related Questions