I am trying to install Magento 2.4, What is the ubuntu package for php ext-hash, how to install it?
You can follow below shared official documents:
https://devdocs.magento.com/guides/v2.4/install-gde/composer.html
https://devdocs.magento.com/guides/v2.4/install-gde/bk-install-guide.html
https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements-tech.html
Elastic search must to install before Magento 2.4 installation.
Thanks for your reply. In fact I am following the docs but I am stuck with the php extension hash. Please help f you know how to install the Hash extension without that I am not able to run composer.
Hello @kalyanchakri,
Please try to execute the below:
sudo apt-get update
Restart your apache server by
sudo service apache2 restart
If still, you are facing the issue then install the PHP ext-hash by
sudo apt-get install php7.4-hash
Restart your apache server with the above command. Hope this will solve your issue.
If it helps you, please accept it as a solution and give kudos.
What is your php version?
It is PHP 7.4.3