Install PHP extensions under Mac-MCrypt
MCrypt is a powerful cryptographic algorithm extension library that includes 22 algorithms, phpMyAdmin relies on this PHP extension, as follows:
- Download and unzip the libmcrypt-2.5.8.tar.gz.
- Execute the following command at the terminal:
Tar zxvf libmcrypt-2.5.8.tar.gz
CD libmcrypt-2.5.8/
./configure--disable-posix-threads--enable-static
Make
sudo make install
- (Mac OS Lion 10.8.2 do not install the latest Libmcrypt cannot compile 2.5.8 can edit the installation: Hint nothing to do ignore him continue below steps)
- Download and unzip php source file php-5.3.4.tar.gz. The PHP version preinstalled in Mac OS X 10.6.3 is 5.3.4, so you need to download this version.
- Execute the following command at the terminal:
Tar zxvf php-5.3.4.tar.gz
CD Php-5.3.4/ext/mcrypt
Phpize(IF./configure cannot perform the first download autoconf.tar.gz decompression in the autoconf folder directory./configure then make && make install? After installing the autoconf, you can use it under the PHP folder./configure configuration php My PHP pre-installed version is 5.3.15 so download the package is also 5.3.15 OK continue the following steps no problem! )
- ./configure
Make
sudo cp modules/mcrypt.so/usr/lib/php/extensions/no-debug-non-zts-20090626/
- Open php.ini
sudo vi/etc/php.ini
Add the following code to the php.ini, save and exit, then restart Apache
Extension=/usr/lib/php/extensions/no-debug-non-zts-20090626/mcrypt.so