In linux systems,mcrypt is necessary for installing CMSes like majento. First You need to install the mcrypt library.
If using a Debian-based Linux system, you can run the following commands:
sudo apt-get install php5-mcrypt
then restart the apache server
sudo /etc/init.d/apache2 restart
Giriş
Bu eklenti, mcrypt kütüphanesi için bir arayüzdür. Mcrypt eklentisi, CBC, OFB, CFB ve ECB şifre kiplerinde DES, TripleDES, Blowfish (öntanımlı), 3-WAY, SAFER-SK64, SAFER-SK128, TWOFISH, TEA, RC2 ve GOST gibi bir çok algoritma çeşidini desteklemektedir. Ayrıca, özgür olmadığı düşünülen RC6 ve IDEA da desteklenmektedir.
sujithayur at gmail dot com
16-Nov-2011 10:15
