Apache17 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. Centos7 APM 소스 설치 설치 환경 : CentOS Linux release 7.9.2009 (Core), VMware 1. HTTPD 설치 # 필요 라이브러리 설치 yum install -y wget yum install -y net-tools yum install -y gcc yum install -y gcc-c++ yum install -y make # 설치에 필요한 파일 다운로드하기 cd /usr/local/src wget https://sourceforge.net/projects/pcre/files/pcre/8.36/pcre-8.36.tar.gz/download //httpd 관련 파일 wget http://apache.tt.co.kr/httpd/httpd-2.4.46.tar.gz //httpd.. 2021. 9. 28. 이전 1 2 3 4 다음