pkg-config: command not found 에러 해결방법
프로그래밍/리눅스2014. 6. 17. 19:09
./configure 설치시
/home/pi/tvheadend/support/configure.inc: line 238: pkg-config: command not found
fail
에러나타날때
간단히 패키지를 설치해주면된다.
sudo apt-get install pkg-config
'프로그래밍 > 리눅스' 카테고리의 다른 글
make시 error: unknown type name '__kernel_long_t' 에러 해결방법 (0) | 2014.06.17 |
---|---|
ERROR: SSL development support not found 에러 해결방법 (0) | 2014.06.17 |
git clone 시 Problem with the SSL CA cert 에러 나타날 경우 (0) | 2014.06.17 |
버츄얼박스 리눅스 우분투 이미지 받기 unbuntu img (0) | 2014.06.14 |
byte 를 mega byte 등으로 변환 (convert) (0) | 2014.06.11 |