This appears to be fixed. With a fresh install of Ubuntu 14.04 Beta 2: $ sudo apt-get install apache2 $ sudo apt-get install mysql-server $ sudo apt-get install php5 php5-dev php5-gd php5-mcrypt php5-memcached php5-mysql $ sudo php5enmod mcrypt $ service apache2 restart
A directory listing of /etc/php5/mods-available shows mcrypt.ini. phpinfo() shows: mcrypt support enabled mcrypt_filter support enabled -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1236035 Title: phpmyadmin do not recognize php5-mcrypt To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1236035/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
