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?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
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. |
|||
|
|
|
Have you restarted Apache?
assuming CentOS/RHEL from the "yum". |
|||
|
|
|
I think it's Or try listing/searching for it. |
|||
|
|