Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Kubernetes
- GPU
- CentOS
- yum
- Linux
- RHEL
- 디렉토리
- JSON
- C
- 빅데이터
- docker
- PostgreSQL
- Elasticsearch
- centos 7.5
- K8S
- Python
- Audit Log
- zabbix
- log
- GNOME
- Chrome
- bash
- syslog
- 서울시민카드
- audit
- rsyslog
- 파이썬
- 크롬
- Shell
- Elk
Archives
- Today
- Total
Sysops Notepad
[Linux] yaml-cpp 라이브러리 설치 본문
728x90
pdns 셋팅 중 아래 메세지가 발생했다.
configure: error: Could not find yaml-cpp
yaml-cpp 라이브러리를 컴파일해서 설치해주자
cd /root
git clone https://github.com/jbeder/yaml-cpp.git
cd yaml-cpp
mkdir build
cd build
cmake -DBUILD_SHARED_LIBS=ON ..
make
make install
cp -a /usr/local/share/pkgconfig/yaml-cpp.pc /usr/lib64/pkgconfig/
cp /usr/local/lib64/libyaml-cpp.so.0.7 /usr/lib64
728x90
'업무 > etc' 카테고리의 다른 글
[Linux] vi(vim) 한글 깨짐 현상 해결 방법 (0) | 2021.12.08 |
---|---|
[Linux] cannot change locale (C.UTF-8): No such file or directory 에러 발생시 조치방법 (0) | 2021.11.24 |
[Linux] curl 컴파일 (0) | 2021.11.24 |
[Linux] A compiler with support for C++17 language features is required. 에러 발생시 조치방법 (0) | 2021.11.24 |
[Linux] bzip2 설치하기 (0) | 2021.11.24 |
Comments