Mcrypt installation problem on Solaris

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
sterling
Forum Newbie
Posts: 1
Joined: Wed May 19, 2010 9:29 am

Mcrypt installation problem on Solaris

Post by sterling »

Hello all.
We have an application running on Windows platform and utilizes the mcrypt functionality. Once we moved to our SunOS 5.10 platform we had to install mcrypt on it. The php.ini was modified, the app finds mcrypt, but we get:

Type: 2, Message: mcrypt_module_open() [function.mcrypt-module-open]: Could not open encryption module

We checked the issue and in the phpinfo found that the php supports none of the ciphers and none of the modes.

Please help us. What did we do wrong?
Post Reply