[Linux] Php7-fpm + zts + pthreads + redis (centos7)
http://ehostidc.co.kr/center/EH050402.php?no=141443&page=8&choose=tit¡¦ (403)https://blog.naver.com/goethe1/221642889788 (369)
A. 의존성 설치
yum install git bison autoconf build-essential pkg-config gitcore libltdl-devel libbz2-devel libxml2-devel libxslt1-devel libssl-devel libicu-devel libpspell-devel libenchant-devel libmcrypt-devel libpng-devel libjpeg-devel freetype-devel libmysqlclient-devel libreadline-devel libcurl-devel openssl-devel bzip2-devel curl-devel enchant-devel gd-devel aspell-devel libxslt-devel
B. php7 설치
- wget http://php.net/get/php-7.2.0.tar.gz/from/a/mirror
- tar –zxvpf php-7.2.0.tar.gz
- cd /opt/php-7.2.0
- mkdir /etc/php7
- mkdir /etc/php7/cli
- ./buildconf –force
- CONFIGURE_STRING="--prefix=/etc/php7 --with-bz2 --with-zlib --enable-zip --disable-cgi --enable-soap --enable-intl --with-mcrypt --with-openssl --with-readline --with-curl -enable-ftp --enable-mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --enable-sockets --enable-pcntl --with-pspell --with-enchant --with-gettext --with-gd --enable-exif --with-jpeg-dir --with-png-dir --with-freetype-dir --with-xsl --enable-bcmath --enable-mbstring --enable-calendar --enable-simplexml --enable-json --enable-hash --enable-session --enable-xml --enable-wddx --enable-opcache --with-pcre-regex --with-config-file-path=/etc/php7/cli --with-config-file-scan-dir=/etc/php7/etc --enable-cli --enable-maintainer-zts --with-tsrm-pthreads --enable-debug --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data"
- ./configure $CONFFIGURE_STRING
- make && make install
- cd /opt/php7-2.0/
- cp -r php.ini-production /etc/php7/cli/php.ini
- cp /etc/php7/etc/php-fpm.conf.default /etc/php7/etc/php-fpm.conf
- cp /etc/php7/etc/php-fpm.d/www.conf.default /etc/php7/etc/php-fpm.d/www.conf
- cp sapi/fpm/init.d.php-fpm /etc/init.d/php7-fpm
- cp php.ini-production /etc/php7/cli/php-cli.ini
- systemctl enable php7-fpm
C. php pthreads 설치
- cd /opt/php-7.2.0/ext/
- git clone https://github.com/krakjoe/pthreads -b master pthreads
- /etc/php7/bin/phpize
- ./configure --with-php-config=/etc/php7/bin/php-config && make && make install
- echo "extension=pthreads.so" > /etc/php7/cli/php-cli.ini
D. phpredis 설치
- cd /opt/php-7.2.0/ext/
- wget wget https://github.com/phpredis/phpredis/archive/master.zip -O phpredis.zip
- unzip phpredis.zip
- cd /opt/php-7.2.0/ext/phpredis-master
- /etc/php7/bin/phpize
- ./configure --with-php-config=/etc/php7/bin/php-config && make && make install
- echo "extension=redis.so" >> /etc/php7/cli/php.ini
E. php mcrypt 설치
- cd /opt/php-7.2.0/ext/
- wget https://sourceforge.net/projects/mcrypt/files/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz
- /etc/php7/bin/phpize
- ./configure --with-php-config=/etc/php7/bin/php-config && make && make install
- echo "extension=mcrypt.so" >> /etc/php7/cli/php.ini
F. 모듈 확인
- /etc/php7/bin/php -m | grep pthread
비고. php pthreads 와 redis 설치를 안하는 경우 일반적인 php 7 fpm 으로 사용도 가능
https://www.aiocp.co.kr/ ( 딥러닝,머신러닝 서버 판매 ,컨설팅)
https://bigbangcloud.co.kr/ ( GPU 클라우드 서비스)
::: AI 서버의 모든것 ::: 인공지능의 시작~
(주)이호스트ICT
ªÀº±Û Àϼö·Ï ½ÅÁßÇÏ°Ô.