phpmyadmin install bug, tries to install php5-mcrypt

Virtualmin Theme version: 6.7
Virtualmin version: 3.66
Operating system: CentOS Linux 5.2
Hi,

When I install phpmyadmin trough the script installer, the installation goes well, except for mcrypt. This because the script tries to install php5-mcrypt instead of php-mcrypt. See the screen-dump below:

----------------------------------------------------------
PHP module mcrypt is recommended ..

Enabling module in PHP configuration ..
.. done

Installing package php5-mcrypt ..
Installing package(s) with command yum -y install php5-mcrypt ..

Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* atrpms: dl.atrpms.net
* virtualmin: software.virtualmin.com
* virtualmin-universal: software.virtualmin.com
* rpmforge: apt.sw.be
* base: ftp.nluug.nl
* updates: ftp.nluug.nl
* addons: ftp.nluug.nl
* extras: ftp.nluug.nl
Setting up Install Process
Parsing package install arguments
No package php5-mcrypt available.
Nothing to do

.. install complete.
----------------------------------------------------------

Further, when I go to the phpmyadmin page (http://phpsition.signet.nl/phpmyadmin/), the error "Cannot load mcrypt extension. Please check your PHP configuration" shows up. This is strange because php-mcrypt is installed:

--------------------------------------------------------
[root@sition3 phpmyadmin]# yum list installed|grep mcrypt
libmcrypt.x86_64 2.5.8-4.el5.centos installed
php-mcrypt.x86_64 5.1.6-15.el5.centos.1 installed
---------------------------------------------------------

Status: 
Closed (fixed)

Comments