php - library - Instalar biblioteca GD y freetype en Linux
php 7.2 ext gd (3)
Instalando GD:
Para CentOS / RedHat / Fedora :
sudo yum install php-gd
Para Debian / ubuntu :
sudo apt-get install php5-gd
Instalando Freetype:
Para CentOS / RedHat / Fedora :
sudo yum install freetype*
Para Debian / ubuntu :
sudo apt-get install freetype*
No olvide reiniciar apache después de eso (si está usando apache):
CentOS / RedHat / Fedora :
sudo /etc/init.d/httpd restart
O
sudo service httpd restart
Debian / ubuntu :
sudo /etc/init.d/apache2 restart
O
sudo service apache2 restart
Estoy tratando de usar imagefttext. Y necesito tener la biblioteca de GD y / o el tipo de dispositivo instalados. Soy nuevo en este tipo de cosas, ¿cómo puedo instalar la biblioteca GD y el tipo de freetype en Linux?
Las cosas son mucho más simples a menos que se confundan.
Para instalar la biblioteca de GD en Ubuntu
sudo apt-get install php5-gd
Para instalar Freetype en Ubuntu
sudo apt-get install libfreetype6-dev:i386
Para CentOS: al instalar php-gd, debe especificar la versión. Lo arreglé ejecutando: sudo yum install php55-gd