0

How to install php-mhash in fedora14 ?

I tried below to install but it is not working properly .

 yum -y install php-mhash*

It says

No package php-mhash* available.

Please help me.

Resolved :

I followed the below process ,Now our applications is working fine .

wget -q -O - http://www.atomicorp.com/installers/atomic | sh
yum -y install php-mhash
service httpd restart
service mysqld restart
Mark Fox
  • 8,694
  • 9
  • 53
  • 75
srinivas
  • 61
  • 1
  • 3
  • 8
  • The [mhash](http://blog.famillecollet.com/post/2009/06/30/PHP-5.3.0-Released) extension is no more provided. See alternatives [here](http://fr2.php.net/hash). – Rikesh Apr 02 '13 at 05:31

1 Answers1

0

yum will install rpm packages that are already included in repository

download rpm from http://pkgs.org/download/config%28php-mhash%29

and install it

alwaysLearn
  • 6,882
  • 7
  • 39
  • 67