[solved] Lsphp5 + mcrypt

#1
Hello all, just wanted to know if anybody experienced this problem:

I use EasyApache to rebuild php with MCRYPT enabled.
Packages libmcrypt, libmcrypt-devel are installed
As soon as the compile is done, none of my .php files on the server answers.
Only the .html.

Looks like PHP is hanging.

I checked the error logs a bit everywhere, didn't see any error, neither in the LiteSpeed admin.

What can I do?
 
Last edited by a moderator:
#3
Just found this:

[STDERR] lsphp5: error while loading shared libraries: libaspell.so.15: cannot open shared object file: No such file or directory

Each time I try to add a module (mcrypt, aspell), I get this error.

Any idea what I should do?

Tried to symlink those from /usr/lib64/ to /usr/lib/, but doesn't work.
 
Top