728x90
iptables compile
libmnl, libnftnl
아래 사이트에서 최신 버전을 받아서 설치 방법은 같다.
It is a common problem to the people working in computer networking in linux environments.
Go to the below link and download the latest libmnl file.
http://www.netfilter.org/projects/libmnl/downloads.html#libmnl-1.0.3
Unzip it using the below command
tar -xvf libmnl-1.0.3.tar.bz2
cd to the extracted folder
cd libmnl-1.0.3/
Install libmnl
./configure
make
sudo make install
Then you can install the libnetfilter_queue library.
728x90
반응형
'개발 > Linux' 카테고리의 다른 글
gsjava linux 프로세스별 메모리 사용량 (0) | 2019.06.25 |
---|---|
gsjava mariadb 최신 버전 설치 하기 (0) | 2019.06.06 |
gajava bz2 압축 해제 (0) | 2019.06.06 |
gsjava ubuntu 항상 최신으로 유지 방법 (0) | 2019.06.05 |
gsjava ubuntu resolv.con 설정 (인터넷) (0) | 2019.06.05 |