While attempting to start a project with Laravel, the following warning is produced multiple times:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20121212/mcryot.so' - /usr/lib/php5/20121212/mcryot.so: cannot open shared object file: No such file or directory in Unknown on line 0
I'm wondering if the error is because the searched-for file is mcryot.so instead of mcrypt.so. Anyone have experience with this or know where I might begin looking?