Installing mcrypt – what to do to work with php

After a lot of research, as I couldn’t find answers on forums and other places. I found on sourceforge.net they released some rpm packages to integrate mcrypt and mhash with php. First we need to install mcrypt and mhash as follows: 1) Install mcrypt & mhash yum install mcrypt* yum install mhash* answer y to …