has built ssldump on ubuntu lately? having trouble building http://downloads.sourceforge.net/project/ssldump/ssldump/0.9b3/ssldump-0.9b3.tar.gz - appears referencing libraries old ubuntu 12.04. trying can apply tls patch @ http://sourceforge.net/p/ssldump/patches/8/.
if has specific instructions build ssldump, please share.
assuming have necessary development libraries (personally, easiest way me "sudo apt-get install gnome-devel
")
sudo apt-get install libpcap0.8-dev
sudo ln -sf /usr/include/pcap-bpf.h /usr/include/net/bpf.h
sudo apt-get install libssl-dev
then cd ssldump source directory and:
./configure --host=i686-pc-linux-gnu --with-pcap-lib=/usr/lib/x86_64-linux-gnu/
make -j4
that should there. worked me on ubuntu 15.04. may have missed out few things though, cos did couple of weeks ago, if doesn't work, leave comment.