아래 명령을 실행하려고 하는데 계속해서 이 오류가 반환됩니다 warning: /opt/rh/devtoolset-4//enable scriptlet does not exist!
.
yum install epel-release
yum install centos-release-scl cmake3 hwloc-devel libmicrohttpd-devel openssl-devel git screen nano
yum install devtoolset-4-gcc*
scl enable devtoolset-4 bash
모든 패키지를 제거하고 다시 설치해 보았지만 소용이 없었습니다. 제안 사항이 있습니까?
답변1
이 devtoolset-#-runtime
패키지도 설치해야 합니다.
yum install devtoolset-#-runtime
또는
rpm -Uvh $(repoquery --location devtoolset-#-runtime)
#
( 버전으로 교체해주세요 )
그러면 해당 디렉토리에 활성화 스크립트가 표시됩니다.
답변2
노력하다
#yum reinstall devtoolset-4-runtime