오히려 좋아..

상황이 나쁘게만 흘러가는 것 같을 때 외쳐보자.. .

궁금한 마음으로 포트폴리오 보기

카테고리 없음

[linux] Trouble Shooting

junha6316 2021. 1. 25. 11:27

 

1. no acceptable C compiler found in $PATH

gcc가 없어서 발생한 에러

yum -y install gcc

junemoon.tistory.com/30

2. The name org.freedesktop.PolicyKit1 was not provided by any .service files

Centos에서 root 권한이 필요한 프로그램을 그냥 실행시켰을 때 발생하는 에러

sudo 로 실행 시켜주도록 하자

https://arpnetworks.com/blog/2019/06/20/the-name-org-freedesktop-policykit1-was-not-provided-by-any-service-files.html

 

3. 디렉토리 없을 때 생성

mkdir -p /home/test