FS#13039 - Add libmcrypt as dependency for phpMyAdmin
Attached to Project:
Community Packages
Opened by Giorgio (uastasi) - Thursday, 29 January 2009, 19:59 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 30 January 2009, 14:05 GMT
Opened by Giorgio (uastasi) - Thursday, 29 January 2009, 19:59 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 30 January 2009, 14:05 GMT
|
Details
Description:
phpmyadmin displays an error message about mcrypt. It goes away by installing mcrypt uncommenting the following line in /etc/php/php.ini : ;extension=mcrypt.so Maybe mcrypt should be added as a dependency. Additional info: * package version(s) phpmyadmin 3.1.2-1 * config and/or log files etc. Here's what is displayed in phpMyAdmin home page: "Cannot load mcrypt extension. Please check your PHP configuration." Steps to reproduce: 1) start mysql 2) start httpd 3) Browse to http://localhost/phpMyAdmin |
This task depends upon
Comment by Sergej Pupykin (sergej) -
Friday, 30 January 2009, 14:05 GMT
It depends on authentication type. I use 'config' auth and it
works ok without libmcrypt. So it can be optdepends. I'll add it.