PHP5.3.3 Adding an installation MCrypt module

Source: Internet
Author: User
Tags mcrypt

yum -y install httpd php53 php53-bcmath php53-cli php53-common  Php53-dba php53-devel php53-gd php53-imap php53-intl php53-ldap php53-mbstring  php53-mysql php53-odbc64 php53-pdo php53-pgsql php53-process php53-pspell  php53-snmp php53-soap php53-xml php53-xmlrpc php-pearwget http:// Downloads.sourceforge.net/project/mcrypt/libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz?r=http%3a%2f%2fsourceforge.net %2fprojects%2fmcrypt%2ffiles%2flibmcrypt%2f2.5.8%2f&ts=1430725959&use_mirror=ncuwget http:// downloads.sourceforge.net/project/mcrypt/mcrypt/2.6.8/mcrypt-2.6.8.tar.gz?r=http%3a%2f%2fsourceforge.net% 2fprojects%2fmcrypt%2ffiles%2fmcrypt%2f2.6.8%2f&ts=1430726021&use_mirror=ncuwget http:// downloads.sourceforge.net/project/mhash/mhash/0.9.9.9/mhash-0.9.9.9.tar.gz?r=http%3a%2f%2fsourceforge.net% 2fprojects%2fmhash%2ffiles%2fmhash%2f0.9.9.9%2f&ts=1430726218&use_mirror=ncuwget http://museum.php.net/php5/php-5.3.3.tar.gzyum -y install gcc  gcc-c++ maketar zxf libmcrypt-2.5.8.tar.gzcd libmcrypt-2.5.8./configure  MAKEMAKE INSTALLCD&NBSP, .... TAR ZXF MHASH-0.9.9.9.TAR.GZCD MHASH-0.9.9.9 ./CONFIGUREMAKEMAKE INSTALLCD&NBSP, .... tar zxf mcrypt-2.6.8.tar.gzcd mcrypt-2.6.8ld_library_path=/usr/local/lib ./ CONFIGUREMAKEMAKE INSTALLCD&NBSP, .... tar zxf php-5.3.3.tar.gzcd php-5.3.3/ext/mcrypt//usr/bin/phpize./configure -- with-php-config=/usr/bin/php-configmakemake installecho  ' extension=mcrypt.so '  > /etc/ php.d/mcrypt.ini/etc/init.d/httpd reloadphp -m |grep  ' MCrypt '


This article is from "Maple Night" blog, please be sure to keep this source http://fengwan.blog.51cto.com/508652/1661548

PHP5.3.3 Adding an installation MCrypt module

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.