mCrypt not present after Ubuntu upgrade to 13.10
Posted
by
VukBG
on Stack Overflow
See other posts from Stack Overflow
or by VukBG
Published on 2013-10-18T09:52:18Z
Indexed on
2013/10/18
9:54 UTC
Read the original article
Hit count: 211
After I have upgraded my system from Ubuntu 13.04 to 13.10 several problems have occurred with apache, mysql and php configurations.
I solved most of them but I can't seem to get mCrypt library working.
Package is installed so i don't need to apt-get it. Server works and everything seems fine, but when I try to run php artisan serve
with Laravel 4, I get a message that mCrypt is required.
I did php --ri mcrypt
and the output was Extension 'mcrypt' not present.
I have tried putting extension=mcrypt.so
to /etc/php5/apache2/php.ini
but it didn't worked.
Any ideas?
© Stack Overflow or respective owner