Currently we are not able to locate the GD library

So I am trying a fresh install of 7.11.9. I get this error on the second page:

Currently we are not able to locate the GD library, as a result you will not be able to use the CSS Sprite functionality.

PHP Version 7.2.24-1+ubuntu18.04.1+deb.sury.org+1

Location of your PHP configuration file (php.ini): /etc/php/7.2/apache2/php.ini

Any ideas?

This seems, to me, that this should be fine.

Maybe there is something missing in the php.ini file but I can’t find it if it is.

Thanks

This is what I install for PHP 7.2

apt install zip unzip htop php-mbstring php7.2-mbstring php-gettext php-xml php7.2-zip php7.2-imap php7.2-gd php7.2-curl php-gd phpmyadmin 

I add php-xdebug if it’s a development installation.

https://stackoverflow.com/questions/39990516/laravel-intervention-image-gd-library-extension

That worked. I understand why now too.

Thanks for the help!!!
B-)