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
- 디렉토리
- audit
- syslog
- Shell
- yum
- zabbix
- rsyslog
- Kubernetes
- Python
- Elk
- bash
- Audit Log
- RHEL
- docker
- GNOME
- CentOS
- Chrome
- Linux
- JSON
- 파이썬
- log
- 서울시민카드
- Elasticsearch
- PostgreSQL
- GPU
- C
- 크롬
- centos 7.5
- 빅데이터
Archives
- Today
- Total
Sysops Notepad
[Liunx] rocky 8 haproxy 2.4.8 compile from source 본문
728x90
사전작업
# yum install -y pcre2-devel zlib-devel openssl-devel systemd-devel
compile
cd /home/temp/
wget http://www.haproxy.org/download/2.4/src/haproxy-2.4.8.tar.gz
tar zxvf haproxy-2.4.8.tar.gz
cd haproxy-2.4.8
make TARGET=linux-glibc \
USE_OPENSSL=1 USE_ZLIB=1 USE_SYSTEMD=1 \
USE_PCRE2=1 USE_PCRE2_JIT=1
make PREFIX=/home/haproxy install
ln -sf /home/haproxy/sbin/haproxy /usr/local/bin/haproxy
728x90
'업무 > sys' 카테고리의 다른 글
[Linux] 현재 프로세스별 메모리 사용률 조회 (0) | 2024.07.21 |
---|---|
[Linux] fstab 오류로 Read-Only 상태일때 조치방법 (0) | 2022.05.06 |
[LINUX] 하드웨어 모델명 보기 (0) | 2022.04.12 |
error while loading shared libraries: libssl.so.10 에러 발생시 조치방법 (0) | 2022.04.12 |
[LINUX] /tmp 과 /var/tmp 차이점 (0) | 2022.04.12 |
Comments