cancel
Showing results for 
Search instead for 
Did you mean: 

Magento instalation with 3 missing PHP extensions

SOLVED

Magento instalation with 3 missing PHP extensions

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento instalation with 3 missing PHP extensions

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,

View solution in original post

2 REPLIES 2

Re: Magento instalation with 3 missing PHP extensions

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

Re: Magento instalation with 3 missing PHP extensions

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,