Security/System
APM 설치(Apache, PHP, MySQL) - PHP
CenOS7 APM 설치 매뉴얼 버전: Cent7, mysql5.7, Apache 2.2, PHP5.6, boost1.59 1) php 소스파일 다운로드 wget http://kr1.php.net/distributions/php-5.6.17.tar.gz tar xvfz php-5.6.17.tar.gz 2) 필수 패키지 설치 yum install -y libxml2-devel libcurl-devel gd-devel libmcrypt-devel 3) php 소스 컴파일 및 설치 (configure & make, make install) './configure' '--prefix=/usr/local/php' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--wit..
2020. 8. 6. 10:15