Linux

    [error] Yum repo fails with [Errno 14] problem making ssl connection

    CentOS 6 지원종료로 인해 repository 를 정상적으로 불러들여오지 못하는 증상이 발생한다. 수십시간 삽질하다가 아래와 같이 진행 후 해결했다. 1. repo 추가 그냥 기존 repos.d 디렉토리를 날리고 아래 repo 하나만 생성했다. /etc/yum.repos.d/centos-vault.repo [base] name=CentOS-$releasever - Base baseurl=http://ftp.iij.ad.jp/pub/linux/centos-vault/centos/$releasever/os/$basearch/ gpgcheck=0 priority=1 protect=1 [update] name=CentOS-$releasever - Updates baseurl=http://ftp.iij.ad..

    [error] yum 에러 '[Errno 14] Peer cert cannot be verified or peer cert invalid'

    yum upgrade ca-certificates 위 명령어를 통해 인증서 관련 패키지를 업그레이드 해준다.

    configure 시 에러 모음

    - configure: error: no acceptable C compiler found in $PATH : 컴파일러를 찾지 못해 발생하는 문제 yum install gcc

    [CentOS 7] php 7.x 설치

    1. remi 저장소 설치 # yum install https://rpms.remirepo.net/enterprise/remi-release-7.rpm CentOS 8 버전이라면 remi-release-8.rpm 을 설치한다. 2. epel 저장소 설치 # yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm remi 저장소를 먼저 설치할 경우 간혹 epel 종속성 때문에 에러가 날 수 있다. 따라서 remi저장소가 설치가 안 될 경우 epel 부터 설치하면 된다. 3. repository 확인 # yum repolist all | grep -i 'php' php 에 관련된 repo 정보들이 나온다. yum i..

    [ERROR] configure: error: no acceptable C compiler found in $PATH

    특정 프로그램이나 유틸리티를 컴파일 설치하는 경우 다음과 같은 에러가 발생할 수 있습니다. checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. 위 문구 그대로 gcc 나 c 컴파일러 등이 없기 때문에 발생하는 에러이기 때문에 해당하는 애들을 설치해주면 됩니다. yum install gcc glibc glibc-common gd gd-devel 설치 이후 다시 configure 를 해보면 다음과 같이 잘 진행되는 것을 확인할 수 있습니다..

    [HP] ssacli 명령어

    [HP-spp] name=HP Service Pack for ProLiant baseurl=http://downloads.linux.hpe.com/SDR/repo/spp/RHEL/7/x86_64/current/ enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-ssp [HP-mcp] name=HP Management Component Pack for ProLiant baseurl=http://downloads.linux.hpe.com/SDR/repo/mcp/centos/7/x86_64/current/ enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-mcp" >> /etc/yum.repos...