
CentOS 7 Source LAMP install
CentOS 7 Source LAMP install OS : CentOS Linux release 7.4.1708 APACHE : 2.4.37 Mariadb : 10.3.8 PHP : 7.2.12 Apache 2.4.37 설치 설치된 apache 패키지를 제거 합니다. [root@CentOS7 ~]# yum remove -y httpd httpd-* Source 설치에 필요한 패키지를 설치 합니다. [root@CentOS7 ~]# yum install -y make gcc g++ gcc-c++ autoconf automake libtool pkgconfig \ findutils oepnssl... » read more
댓글을 달려면 로그인해야 합니다.