반응형
yum install wget php72w-devel gcc make autoconf libmcrypt libmcrypt-devel -y
wget https://pecl.php.net/get/mcrypt-1.0.3.tgz
tar xvf mcrypt-1.0.3.tgz
cd mcrypt-1.0.3
phpize
./configure --with-php-config=/usr/local/php/etc/bin/php-config
make && make install
remove comment "extension=mcrypt.so" in php.ini file
service httpd restart
반응형
'Development' 카테고리의 다른 글
[Linux] How to install vim (0) | 2021.01.04 |
---|---|
[Linux] How to remote transfer files (0) | 2021.01.04 |
.gitignore reset (0) | 2020.12.02 |
Get total files size from a file list (0) | 2020.11.10 |
Check Files in list from file exist or doesn't exist in directory (0) | 2020.11.09 |