does anybody know how to install mcrypt and zip in ubuntu 18.04
Google says is't deprecated, but magento 2 does require it.
. Setup installation for magento is outputting this follow:
Your PHP version is correct (7.0.32-4+ubuntu18.04.1+deb.sury.org+1).
Theese two extentionsmissing and not able to install.
PHP Extension zip.
PHP Extension mcrypt.
Hello @adele_skjerdal,
Could please tell me which PHP version do you have and which Magento version are you installing?
Thanks.
I would suggest you to run below commands :
sudo apt-get install php7.1 php7.1-common -y sudo apt-get install php7.1-zip php7.1-mcrypt
have you tried to run above commands and install this php remaining extensions ?
Hello ,
The magento is latest, ver 2.2.6
And the php is 7.1.24 on ubuntu 18.04
This is what i get then im using the installs as mention.
was able to install your installs if i run this before:
sudo add-apt-repository universe.
But still the install stops on mcrypt and zip extentions