I think I managed to install mcrypt lib. The files are in place, but it looks like the library doesn’t run at all.
Tried to add:
extension=mcrypt.so
to PHP.INI; no good. Any help?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you tried restarting Apache? It won’t recognise the new installed module until you do so AFAIK. Also, you’ve written you “think” you’ve installed it – did you use eg apt-get or yum to install it (eg
apt-get install php-mcrypt) or just download it?