Ubuntu 15.04
php-v
PHP 5.6.4-4ubuntu6.2 (cli) (built: Jul 2 2015 15:29:28)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2014 Zend Technologies
apt-get install php5-gd
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
php5-gd ya está en su versión más reciente.
0 actualizados, 0 nuevos se instalarán, 0 para eliminar y 7 no actualizados.
This means "PHP5-GD is installed in its latest version"
- A phpinfo() file doesn't show a GD section
php -m | grep gd
shows me nothing at all.
This is confusing for me, by a side it says I have the latest GD library version and the other side show me nothing at all about its presence.