Linux System Admins Blog

System admins of Promet – an e-commerce, high availability Open Source web shop – share their findings

Linux System Admins Blog header image 4

Installing PHP Mcrypt module via dynamic module

June 14th, 2008 · No Comments

Considering that you have an existing php installation compiled from sources, it is very easy to add afterwards new php modules, outside the php binary. This can be achieved without any interruption of the web services, and requires just the following steps:
1. Ensure you have the mcrypt libraries and development tools.
For example on a rhel [...]

[Read more →]

Tags: CLI