본문 바로가기

apm12

우분투(Ubuntu) - MariaDB 컴파일 설치 (mysql) 설치 환경 Ubuntu 18.04 ​ 1. 필요 라이브러리 설치 ​ apt-get update apt-get install -y gcc g++ libncurses5-dev libxml2-dev openssl libssl-dev curl libcurl4-openssl-dev libjpeg-dev libpng-dev libfreetype6-dev libsasl2-dev autoconf libncurses5-dev apt-get install cmake -y ​ 2. 사용자 계정 설정 ​ useradd -g mysql -s / bin / bash -m mysql groupadd mysql 3. 설치 ​ cd /usr/local/src wget https://downloads.mariadb.org/interst.. 2021. 10. 6.
Centos7 - PhpMyAdmin 설치 설치 환경 : Centos7.3 VMware ​ 기본 적으로 APM이 설치 되어있어야합니다. APM- YUM 설치 하기 : https://bigju.tistory.com/10 APM - 소스 설치 : https://bigju.tistory.com/11 1. PHPMYADMIN 설치 ​ yum install epel-release -y yum install phpmyadmin -y # 환경 설정 ​ 해당 부분 삭제 AddDefaultCharset UTF-8 # Apache 2.4 Require ip 127.0.0.1 Require ip ::1 # Apache 2.2 Order Deny,Allow Deny from All Allow from 127.0.0.1 Allow from ::1 # 새로 작성 AddD.. 2021. 10. 4.
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.
Centos7 - ZABBIX 설치 설치 환경 : CENTOS7, VMWARE ​ * 기본적으로 APM설치가 되어있어야 합니다. Centos 7 APM YUM 설치 APM - 소스설치 : https://bigju.tistory.com/10 Centos7 APM 소스 설치 APM - 소스설치 : https://bigju.tistory.com/11 ​ # 자빅스 설치 ​ rpm -ivh http://repo.zabbix.com/zabbix/3.2/rhel/7/x86_64/zabbix-release-3.2-1.el7.noarch.rpm yum -y install zabbix-server-mysql zabbix-web-mysql # ZABBIX - MYSQL 연동를 위한 데이터 베이스 생성 ​ create database ZABBIXDB; (데이.. 2021. 9. 29.

메인으로가기


    

Big Ju

IT Engineer


항상 답을 위해 노력하는

엔지니어입니다.

 

 

    


 UP!