Post by Out2lunch » Tue Sep 11, 2012 9:41 pm

Ok I have just had to install this to get the latest version working on our server.

This is the easiest way I have found but you will need root access.

Code: Select all

rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
yum install php53-mcrypt
You will then need to restart your Apache server:

Code: Select all

apachectl -k restart

Jobs a good'un... :laugh:

New member

Posts

Joined
Wed Jun 29, 2011 9:32 pm

Post by Out2lunch » Wed Nov 27, 2013 9:15 pm

Heres a newer version, just had to do it today -

1) Install EPEL repository

Code: Select all

(From: http://www.rackspace.com/knowledge_center/article/installing-rhel-epel-repo-on-centos-5x-or-6x):

Code: Select all

wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
sudo rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
2) Install it via:

Code: Select all

yum update
yum install php-mcrypt*
The yum update updated the repository reference on my server then the 2nd command got what I needed :)

3) Restart your webserver. For my apache install I did:

Code: Select all

service httpd restart

New member

Posts

Joined
Wed Jun 29, 2011 9:32 pm
Who is online

Users browsing this forum: No registered users and 140 guests