본문 바로가기
반응형

centOS50

Centos 7 - xe보드 설치 구성 환경 OS : Centos 7.3 VMware ​ APM - YUM 설치 https://bigju.tistory.com/10 ​https://blog.naver.com/juick2782/222307098046 ​ APM - 소스 설치 ​ https://bigju.tistory.com/11 https://blog.naver.com/juick2782/222307476505 ​ * 기본적으로 APM 설치가 되어 있어야 합니다. ​ # 설치 # 접속 cd /var/www/html //웹 설정 경로 unzip xe.zip ​ http://서버 ip/xe # 웹 접속 설치 하기 ​ 한국어 선택 707 에러 cd /var/www/html chmod -R 707 xe # 설치 진행 # 개인 설정에 맞게 선택 # .. 2021. 10. 3.
APM 소스 설치 시 오류 해결 모음 소스 실치시 제일 화나는 것은 오류. ​ 버전이나 방식에 따라 다를수 있습니다.. ​ ​ 1. Mysql ​ checking for termcap functions library... configure: error: No curses/termcap library found make: *** No targets specified and no makefile found. Stop. 해결 방법 # yum -y install libtermcap-devel ncurses-devel 설치 ​ ​ /bin/rm: cannot remove `libtoolT': No such file or directory 해결 방법 mysql 소스파일 Directory에서 아래 진행 # autoreconf --force --insta.. 2021. 10. 2.
GEOIP 설치하기 - 방화벽 리눅스에는 IPTBLES 라는 방화벽이 있어 기본적으로 정책을 수립할수 있습니다. 하지만 모니터링을 하지 않는 이상 어느 IP가 문제인지도 모르고 해킹 이슈가 있는 특정 나라를 다 하나하나 적기 힘들기때문에 gerip라는 정책을 통해 국가 코드사용하여 막을수 있습니다. ​ 1. 필수 패키지 설치 하기 yum install gcc gcc-c++ make automake unzip zip xz kernel-devel-`uname -r` iptables-devel -y yum install perl-Text-CSV_XS -y //perl-Text-CSV_XS 설치 2. xtables-addons 설치 cd /usr/local/src wget http://downloads.sourceforge.net/proje.. 2021. 9. 30.
NGINX + PHP 컴파일 소스 설치 설치 환경 : Centos 7.3 VMware ​ 1. NGINX 설치 ​ # 필요한 라이브러리 설치 ​ yum -y install gcc* make libtool-ltdl-devel openssl-devel pcre-devel ncurses-devel libxml2-devel bzip2-devel curl-devel gdbm-devel libjpeg-devel libpng-devel freetype-devel imap-devel libc-client-devel krb5-devel libmcrypt libmcrypt-devel libmhash-devel flex icu libicu libicu-devel gd gd-devel wget gzip libxslt-devel cmake ncurses ncurse.. 2021. 9. 28.
Centos 7 APM YUM 설치 설치 환경 : CentOS Linux release 7.9.2009 (Core) ​ ​ # 기복적으로 필요한 라이브러리 확인 rpm -qa libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel rpm -qa libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel ​ #라이브러리 설치 yum install libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel -y ​ ! 실수로 설치 중 취소 하게 되면 아래와 같은 오류가 발생 한다 Another app is currently holdi.. 2021. 9. 28.
반응형

메인으로가기


    

Big Ju

IT Engineer


항상 답을 위해 노력하는

엔지니어입니다.

 

 

    


 UP!