R
R
Roman Polyansky2016-01-15 13:25:26
Laravel
Roman Polyansky, 2016-01-15 13:25:26

How to fix error with mcrypt MCRYPT_RIJNDAEL_128?

When installing a certain script, I met the following error
Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128'
server on php5-fpm, apache
The script was created on Laravel
php5-mcrypt
mcrypt
are
in the configs php specified a direct path to mcrypt.so
recreated symlink
But there is no result.
I also don't see 20-mcrypt.ini in phpinfo in loaded configs.
How can I fix this?
Thank you for your attention and for any help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
krypt3r, 2016-01-15
@RinWorld

What does mcrypt_list_algorithms() show? And what version of libmcrypt do you have?

MCRYPT_RIJNDAEL_128 (libmcrypt > 2.4.x only)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question