mcrypt on centos 6

Discussion in 'Installation/Configuration' started by GioMBG, Aug 13, 2011.

  1. GioMBG

    GioMBG New Member

    Hi all,
    centos 6 after install phpmyadmin I see in phpmyadmin:
    Code:
    Impossibile caricare l'estensione mcrypt,<br />prego controllare la configurazione di PHP
    as not possible charge mcrypt ext pls control php configuration...
    I just see a lot of forum without my solution...
    suggestions?
    thx
    GioMBG
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Make sure that the EPEL repository is enabled on your system, then run
    Code:
    yum install php-mcrypt
    and restart Apache.
     
  3. GioMBG

    GioMBG New Member

    HowToFroge centos 6 php-mcrypt RESOLVED

    Thanks!
    last question:
    EPEL repository is quite ok to leave active in Yum repos?
    GioMBG
     
  4. falko

    falko Super Moderator Howtoforge Staff

Share This Page