Answer the question
In order to leave comments, you need to log in
Zend+mcrypt
There was a problem with mcrypt after installing Zend Server.
phpmyadmin reacts as follows Unable to load mcrypt extension! Check your PHP settings. everywhere in php.ini extension = mcrypt.co is registered, the paths to the file are correct. I don’t know how to resolve it, I hope for the help of the Habr community. The only suspicious thing is when php -v
php: /usr/local/zend/lib/libssl.so.0.9.8: no version information available (required by php)
php: /usr/local/zend/lib/libcrypto. so.0.9.8: no version information available (required by php)
which was solved like this
sudo mv /usr/local/zend/lib/libssl.so.0.9.8 /usr/local/zend/lib/libssl.so .0.9.8.hold
I don't think it's the best solution, but still.
How to fix the situation with mcrypt?
Regards winolog.
Answer the question
In order to leave comments, you need to log in
You're right. The reason was that I installed several versions of PHP on the server and chose the necessary one in the alias settings. and phpmyadmin was accessed through one of the domains located on the server, unfortunately the domain that I used connected an unconfigured version of Php. Thanks for your reply!
And if you put test.php with phpinfo() into the folder with phpmyadmin, will it show the correct config php.ini?
I had this, though on Windows, he read the wrong php.ini that I needed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question