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
- C
- docker
- bash
- PostgreSQL
- Python
- Linux
- audit
- 디렉토리
- JSON
- Elk
- RHEL
- 서울시민카드
- CentOS
- Chrome
- yum
- Audit Log
- GPU
- GNOME
- Elasticsearch
- Kubernetes
- centos 7.5
- rsyslog
- Shell
- K8S
- syslog
- 빅데이터
- zabbix
- 크롬
- 파이썬
- log
Archives
- Today
- Total
Sysops Notepad
[Linux] curl 컴파일 본문
728x90
현재 centos 저장소에 curl 버전은 7.29.0 버전이다.
[root@sysops ]# yum list curl
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.navercorp.com
* centos-sclo-rh: mirror.navercorp.com
* centos-sclo-sclo: mirror.navercorp.com
* epel: ftp.riken.jp
* extras: mirror.navercorp.com
* updates: mirror.navercorp.com
* webtatic: us-east.repo.webtatic.com
Installed Packages
curl.x86_64 7.29.0-59.el7_9.1 @updates
컴파일해서 설치해주자
cd /root
wget https://curl.se/download/curl-7.80.0.tar.gz --no-check-certificate
tar zxvf curl-7.80.0.tar.gz
cd curl-7.80.0
./configure --with-openssl
make&&make install
728x90
'업무 > etc' 카테고리의 다른 글
[Linux] cannot change locale (C.UTF-8): No such file or directory 에러 발생시 조치방법 (0) | 2021.11.24 |
---|---|
[Linux] yaml-cpp 라이브러리 설치 (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 |
[Linux] git 설치 (0) | 2021.11.15 |
Comments