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