cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.4 installation - What is the ubuntu package for php ext-hash, how to install it?

Magento 2.4 installation - What is the ubuntu package for php ext-hash, how to install it?

I am trying to install Magento 2.4, What is the ubuntu package for php ext-hash, how to install it?

6 REPLIES 6

Re: Magento 2.4 installation - What is the ubuntu package for php ext-hash, how to install it?

@kalyanchakri 

 

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.

Manish Mittal
https://www.manishmittal.com/

Re: Magento 2.4 installation - What is the ubuntu package for php ext-hash, how to install it?

Hi @Manish Mittal 

 

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.

Re: Magento 2.4 installation - What is the ubuntu package for php ext-hash, how to install it?

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.

Re: Magento 2.4 installation - What is the ubuntu package for php ext-hash, how to install it?

Hi @dragon 

 

Thanks for the help.But package not found.

image.png

Re: Magento 2.4 installation - What is the ubuntu package for php ext-hash, how to install it?

What is your php version?

Re: Magento 2.4 installation - What is the ubuntu package for php ext-hash, how to install it?

It is PHP 7.4.3