Will Asked: 2010-10-04 12:12:44 +0800 CST2010-10-04 12:12:44 +0800 CST 2010-10-04 12:12:44 +0800 CST yum install php-mcrypt 772 I installed mcrypt via "yum install php-mycrypt" but php still says it can't find it. How do I configure php to find it? php 3 Answers Voted BMDan 2010-10-04T12:37:37+08:002010-10-04T12:37:37+08:00 Have you restarted Apache? service httpd restart assuming CentOS/RHEL from the "yum". Best Answer Coops 2010-10-04T12:53:09+08:002010-10-04T12:53:09+08:00 Try checking the list of php modules: php -m If it's not listed, and no error appears it's probably not being loaded. Check /etc/php.ini and /etc/php.d/* and add an "extension=" line if it's not their alread. sdot257 2010-10-04T12:56:24+08:002010-10-04T12:56:24+08:00 I think it's yum install php-mcrypt Or try listing/searching for it. yum list php*
Have you restarted Apache?
assuming CentOS/RHEL from the "yum".
Try checking the list of php modules:
If it's not listed, and no error appears it's probably not being loaded. Check /etc/php.ini and /etc/php.d/* and add an "extension=" line if it's not their alread.
I think it's
yum install php-mcrypt
Or try listing/searching for it.
yum list php*