W
watergate74
Guest
Hello,
I'm a newbie and I need to install the mcrypt module. I found the following answer in the internet:
---
You can install Mcrypt from the PHP Source Tree as a module if you choose.
You first need to ensure you have libmcrypt, libmcrypt-devel, and mcrypt installed, then do:
# cd php-5.x.x/ext/mcrypt
# phpize
# aclocal
# ./configure
# make && make install
Enable the module by adding: 'extension=mcrypt.so' to PHP.ini.
Done!
Very handy if you need to install a single module and you may have installed PHP via RPM, but don't wish to recompile your whole PHP install
---
Does anybody know how I do this install in plesk 9.2? A tutorial or a step by step description would be nice.
watergate
I'm a newbie and I need to install the mcrypt module. I found the following answer in the internet:
---
You can install Mcrypt from the PHP Source Tree as a module if you choose.
You first need to ensure you have libmcrypt, libmcrypt-devel, and mcrypt installed, then do:
# cd php-5.x.x/ext/mcrypt
# phpize
# aclocal
# ./configure
# make && make install
Enable the module by adding: 'extension=mcrypt.so' to PHP.ini.
Done!
Very handy if you need to install a single module and you may have installed PHP via RPM, but don't wish to recompile your whole PHP install
---
Does anybody know how I do this install in plesk 9.2? A tutorial or a step by step description would be nice.
watergate