Hi all, I need you help, because I´m facing error when i´m installing Magento Version 2.2.3
The error is:
3 missing PHP extensions:
- PHP Extension curl.
- PHP Extension soap
- PHP Extension zip
I instaled Megento on Amazon AWS, on Ubuntu Server, Latest version.
Regards
Solved! Go to Solution.
Hi, @Damian Culotta
Thanks very much I tried with command that you sugested but i dont had a success.
I solved using the folowing commands:
sudo apt-get install php-curl
sudo apt-get install php-curl
sudo apt-get install php-curl
sudo service apache2 restart
Regards,
Hi @Plat,
Let's say you're using PHP 7.1. You should add those extensions with:
apt-get install php7.1-curl php7.1-soap php7.1-zip
Hi, @Damian Culotta
Thanks very much I tried with command that you sugested but i dont had a success.
I solved using the folowing commands:
sudo apt-get install php-curl
sudo apt-get install php-curl
sudo apt-get install php-curl
sudo service apache2 restart
Regards,