How does one enable (or perhaps I need to install) GD when my phpinfo() output in \"Configure Command\" says; --without-gd ?
I also have nothing in my phpinfo() outp
For php7.1 do:
php7.1
sudo apt-get install php7.1-gd
and restart webserver. For apache do
apache
sudo service apache2 restart