본문 바로가기

php17

Centos - LibreNMS 설치 하기 :: 설치 후 GUI 세팅 설치 환경 OS: Centos 7.9 TOOL : VMware DB : MariaDB 모니터링이 가능한 프로그램 LibreNMS 설치 입니다. centos에서 먼저 설치 후 GUI세팅 입니다. Centos 설치 과정은 아래 링크 입니다. ↓↓↓↓↓↓↓↓↓↓ *먼저 설치하고 오세요. 1. 설치항목 체크 2. DB연동 입력 Mysql에서 설정한 databases 및 user ID / PW 입력 3. Databases 확인 4. 관리자 계정 입력 5. 접속 및 로그인 Big Ju LibreNMS 설치 2 2022. 1. 6.
Centos - LibreNMS 설치 하기 :: 모니터링 서비스 설치 환경 OS: Centos 7.9 TOOL : VMware DB : MariaDB 모니터링이 가능한 프로그램 LibreNMS 설치 입니다. 설치 순서는 여러 경우로 해봤으나 해당 순서가 가장 최적화되었다고 생각해 정리했습니다. 1. MariaDB 설치 1-1. respo 작성 vi /etc/yum.repos.d/MariaDB.repo ↓ 아래 내용 작성 ↓ # MariaDB 10.2 CentOS repository list - created 2018-01-11 07:40 UTC # http://downloads.mariadb.org/mariadb/repositories/ [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.2/centos7-am.. 2022. 1. 5.
php 업그레이드 (Centos7) CentOS 7 에서 PHP 7.2 업그레이드 1. redis가 설치되어 있는 경우 uninstall 하고 PHP 업그레이드후 다시 설치해야 한다. pecl uninstall redis pecl uninstall igbinary 2, vi /etc/php.ini ; 아래 동적모듈 부분 주석처리 extension=igbinary.so extension=redis.so 3. remi-php72 저장소 활성화 yum-config-manager --enable remi-php72 yum update pecl install https://pecl.php.net/get/igbinary-2.0.5.tgz pecl install https://pecl.php.net/get/redis-3.1.4.tgz 4. php.in.. 2021. 10. 17.
php 업데이트(Centos6) php5에서 php7 업데이트 PHP 1. epel 저장소 추가 rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 2. remi 저장소 추가 rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm 3. php7 버젼 확인 yum --enablerepo=remi list php7* 4. 기존 php 패키지 삭제 # yum remove php* 5. php7 설치 yum --enablerepo=remi install php71 php71-php php71-php-cli php71-php-common php71-php-gd php71-php-js.. 2021. 10. 16.
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.

메인으로가기


    

Big Ju

IT Engineer


항상 답을 위해 노력하는

엔지니어입니다.

 

 

    


 UP!