hai quang's picture

I have recently setup VM  TRUNKEY LAMP sack. I am planning an EMR Solution which require PHP_GD.

when I try "apt-get install php5-gd" I get a message cannot resolve . ftp.........

Forum: 
Jeremy Davis's picture

Firstly, it looks like you may not have posted all of the error message. The more info you can provide when reporting issues, the better. Also when reporting issues, it's also worth noting the version of TurnKey that you are running. If you're not sure, then you can run this:

turnkey-version

And secondly, if you are using the (current) v15.x appliances, then they do not have PHP5, they have PHP7. But Debian have also dropped the number from the php packages, so to install the PHP GD library in TurnKey v15.x:

apt-get update
apt-get install php-gd

Add new comment