Ubuntu16.04.4 编译安装ssldump1.1
Posted passedbylove
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu16.04.4 编译安装ssldump1.1相关的知识,希望对你有一定的参考价值。
安装步骤:
sudo wget https://github.com/adulau/ssldump/archive/v1.1.tar.gz -O /usr/local/src/ssldump-v1.1.tar.gz
cd /usr/local/src
tar -zxvf ssldump-v1.1.tar.gz
出现Couldnt find PCAP includes
sudo apt-get install libsqlite3-dev libpcap-dev
sudo apt-get install libsqlite3-0 libpcap0.8
出现configure: error: Couldnt find PCAP library: needed for ssldump
sudo apt-get install libsqlite3-0 libpcap0.8
sudo apt-get install
编译安装
sudo ./configure --with-pcap-lib=/usr/lib/x86_64-linux-gnu/ --with-pcap-inc=/usr/include/pcap --with-openssl-lib=/lib/i386-linux-gnu/libssl.so.1.0.0
参考来源:
https://askubuntu.com/questions/568859/error-pcap-library-not-found
https://stackoverflow.com/questions/22215781/configure-throwing-error-with-ssldump-code-base
成功安装截图
笔者运行了一段时间出现Segment Fault,不懂什么原因,apt install的也是Segment Falut,可能是openssl版本问题,空了再找原因更新文章。
以上是关于Ubuntu16.04.4 编译安装ssldump1.1的主要内容,如果未能解决你的问题,请参考以下文章