Let PHP support MCrypt in Mac OS X

Source: Internet
Author: User
Tags mcrypt zts

    • 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
    • Download and unzip php source file php-5.4.33.tar.gz. The PHP version preinstalled in Mac OS X 10.6.3 is 5.4.30, 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
      ./configure
      Make
    • sudo cp modules/mcrypt.so/usr/lib/php/extensions/no-debug-non-zts-20100525/

sudo vi/etc/php.ini

Extension=/usr/lib/php/extensions/no-debug-non-zts-20100525/mcrypt.so

no-debug-non-zts-20100525 varies by PHP version

Let PHP support MCrypt in Mac OS X

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.