Install PHP extensions under Mac-MCrypt

Source: Internet
Author: User
Tags configuration php zts
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

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.