[nycphp-talk] mCrypt & mHash for PHP5.x on RHEL4
Daniel Convissor
danielc at analysisandsolutions.com
Tue Mar 14 11:42:55 EST 2006
On Tue, Mar 14, 2006 at 11:35:55AM -0500, Cliff Hirsch wrote:
> Does anyone have pointers for installing mCrypt and mHash on RHEL4 for
> PHP5.x?
For mcrypt, Before building PHP, do the following, substituting the
current mcrypt version numbers as needed...
wget http://unc.dl.sourceforge.net/sourceforge/mcrypt/libmcrypt-2.5.7.tar.gz
wget -O libmcrypt-2.5.7.umn.tar.gz http://umn.dl.sourceforge.net/sourceforge/mcrypt/libmcrypt-2.5.7.tar.gz
md5sum libmcrypt-2.5.7.tar.gz
md5sum libmcrypt-2.5.7.umn.tar.gz
tar xvzf libmcrypt-2.5.7.tar.gz
rm libmcrypt-2.5.7.*
cd libmcrypt-2.5.7
./configure
make
make install
make clean
cd ..
--Dan
--
T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y
data intensive web and database programming
http://www.AnalysisAndSolutions.com/
4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409
More information about the talk
mailing list