When attempting to load a Kohana3 app onto my server, I was warned that mcrypt was not enabled. How would I go about enabling mcrypt on my CentOS server?
Asked
Active
Viewed 590 times
2 Answers
1
I think you mean mcrypt
yum install php-mcrypt
Then restart apache
service httpd restart

Mike
- 22,310
- 7
- 56
- 79
-
I did mean "mcrypt," sorry for the confusion. The "y" naturally follows after years of writing "mysql" I suppose. This worked marvelously - thanks again! – Sampson May 26 '10 at 15:00
0
php-mcrypt is available in EPEL.

joschi
- 21,387
- 3
- 47
- 50
-
-
-
how can i add EPEL to my repo list so that I can use "yum" to install? – Shackrock Aug 20 '11 at 18:41