centos 8 (2) 썸네일형 리스트형 CentOS Stream 8 업데이트 에러 해결 CentOS Stream 8 버전에서 최신 업데이트를 위해 yum -y update 하였으나 아래처럼 에러 발생 구글링 해보면 CentOS 8은 에러가 생기고, CentOS Stream 8은 괜찮다는 사람도 있는데, Stream 8에서 에러 발생 상황;; 다음 3줄로 해결1) cd /etc/yum.repos.d2) sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*3) sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* 이후 아래처럼 업데이트 정상 동작 확인 CentOS stream 8에서 Cadence Virtuoso 실행 에러 CentOS stream 8에서 Cadence Virtuoso를 설치하고 실행하려고 할 때 에러 해결 방법.편의상 여기에서는 ICADVM 20.1 버전을 기준으로 설명. 1. WARNING: not possible to detect OS, missing 'lsb_release' command. Please make sure you have it installed. /usr/tools/Cadence/IC201/tools/dfII/bin/64bit/virtuoso: error while loading shared libraries: libcrypto.so.10: cannot open shared object file: No such file or directoryyum -y install redhat-ls.. 이전 1 다음