Koozali.org: home of the SME Server

mcrypt on SME 8 - How to install

Offline MarkR

  • **
  • 56
  • +0/-0
mcrypt on SME 8 - How to install
« on: December 23, 2013, 01:15:45 PM »
Hi All,

I am trying to install magento on my SME server which is used as a mail server / web development server.

Unfortunately it requires the mcrypt php module which is not installed, I have searched the forums / bug zilla for an answer but I am still unable to get mcrypt installed, (php-mcrypt is obsoleted by smeserver-support)

I have recently updated my PHP to PHP Version 5.3.3.

Any help / pointing in the right direction would be great.

Many thanks
Mark
...

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: mcrypt on SME 8 - How to install
« Reply #1 on: December 23, 2013, 01:24:30 PM »
Code: [Select]
[root@fileserver ~]$ yum list *mcrypt --enablerepo dag --enablerepo epel
Loaded plugins: fastestmirror, protect-packages, smeserver
Loading mirror speeds from cached hostfile
 * base: ftp.halifax.rwth-aachen.de
 * epel: mirror.switch.ch
 * smeaddons: mirror.pialasse.com
 * smeextras: mirror.pialasse.com
 * smeos: mirror.pialasse.com
 * smeupdates: mirror.pialasse.com
 * updates: mirror.maeh.org
Excluding Packages from CentOS - os
Finished
Excluding Packages from Dag - EL5
Finished
Excluding Packages from SME Server - addons
Finished
Excluding Packages from CentOS - updates
Finished
Available Packages
gyachi-plugin-mcrypt.i386                                                          1.1.71-5.el5                                                           epel
libmcrypt.i386                                                                     2.5.7-5.el5                                                            epel
mcrypt.i386                                                                        2.6.8-10.el5                                                           epel
php-mcrypt.i386                                                                    5.1.6-5.el5                                                            epel
php53-mcrypt.i386                                                                  5.3.3-1.el5                                                            epel

enable the epel repo and install php53-mcrypt package (to enable epel, see wiki)
« Last Edit: December 23, 2013, 01:27:36 PM by Stefano »