Reputation: 59
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
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