xampp error on linux Ubuntu

Asked

Viewed 83 times

-3

inserir a descrição da imagem aqui

Error updating Poser, please someone can help me.

  • The question has nothing to do with apache-Cordova and not with the map tag, do not use tags that have nothing to do with the problem. Do not post images when it is possible to copy the console output. Reasons: https://pt.meta.stackoverflow.com/a/7817/3635

1 answer

1

The coffecode/uploader this making it clear, need to enable GD, GD is native to PHP.

If it’s PHP 5.6 install it like this:

sudo apt-get install php5.6-gd

If it’s 7.0 PHP:

sudo apt-get install php7.0-gd

If it’s 7.1 PHP:

sudo apt-get install php7.1-gd

If it’s 7.2 PHP:

sudo apt-get install php7.2-gd

If it’s 7.3 PHP:

sudo apt-get install php7.3-gd

If it’s 7.4 PHP:

sudo apt-get install php7.4-gd

And so on as they release new versions

  • or sudo apt-get install php-gd to install the standard system version.

  • @gmsantos is not a Ubuntu user, he used Debian and Centos, but if I remember in Debian at least I had to specify the version, not because I have more than one installed, but since the first one, or I may be confused, in Ubuntu I can’t say, maybe I based on another, but the effect is the same and perhaps thus avoid conflict with multiple versions.

  • Both distros accept the standard version: https://i.stack.Imgur.com/91rbj.png

  • @gmsantos Worth what I said later, if another future user who comes here with multiple versions will not suffer from conflicts, which usually occurs from having a php5.x vesion and another php7.x vesion

Browser other questions tagged

You are not signed in. Login or sign up in order to post.