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
- Python
- centos 7.5
- rsyslog
- PostgreSQL
- C
- Shell
- Chrome
- Audit Log
- RHEL
- Elasticsearch
- yum
- Elk
- docker
- 크롬
- Kubernetes
- 파이썬
- GPU
- JSON
- CentOS
- Linux
- 서울시민카드
- 디렉토리
- GNOME
- syslog
- bash
- audit
- log
- 빅데이터
- K8S
- zabbix
Archives
- Today
- Total
Sysops Notepad
[Linux] wget build 하기 본문
728x90
저는 Centos 7.6 환경에서 wget 빌드 진행했습니다.
# wget http://ftp.gnu.org/gnu/wget/wget-1.16.1.tar.gz
# tar -xvzf wget-1.16.1.tar.gz
# cd wget-1.16.1
# export PKG_CONFIG_PATH=/usr/local/openssl/1.0.2/lib/pkgconfig/
# ./configure --with-ssl=openssl --prefix=/home/wget --with-libssl-prefix=/usr/local/openssl_package/1.0.2/lib
# make
728x90
'업무 > sys' 카테고리의 다른 글
[Linux] tcp 관련 커널 파라미터 간단 설명 (0) | 2021.04.11 |
---|---|
[Apache]exit signal Segmentation fault (11) error (0) | 2021.04.09 |
[Linux] Yum 의존성(dependency) 확인하기 (0) | 2021.04.09 |
[Linux] Centos 사용자 추가 / 제거 / 수정 하는 방법 (0) | 2021.04.09 |
[Linux] systemctl 명령어를 사용한 전체 서비스 목록 확인 (0) | 2020.10.05 |
Comments