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 | 31 |
Tags
- K8S
- bash
- Elasticsearch
- 빅데이터
- Shell
- Linux
- C
- 서울시민카드
- centos 7.5
- Audit Log
- GNOME
- zabbix
- CentOS
- audit
- 파이썬
- JSON
- GPU
- Python
- PostgreSQL
- 디렉토리
- RHEL
- yum
- Kubernetes
- log
- docker
- syslog
- rsyslog
- Elk
- 크롬
- Chrome
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