I had a tough time compiling this program, but it turns out, all I needed to do was change one line in the Makefile:
sslsniff_LDFLAGS = -lssl -lboost_filesystem -lpthread -lboost_thread -llog4cpp
to
sslsniff_LDFLAGS = -lssl -lboost_filesystem-mt -lpthread -lboost_thread-mt -llog4cpp
This is because the program 'requires' libboost 1.35 and Karmic only allows you to use 1.34 or 1.38. I installed 1.38 by typing 'apt-get install libboost1.38-dev'.
Subscribe to:
Post Comments (Atom)
Ubuntu 22.04 on VMware Workstation Error
I tried installing Ubuntu 22.04 server on VMware Workstation and got this message: Sorry, there was a problem completing the installation E...
-
We have a customer at work that runs Dentrix. They have 4 offices, and need to have all of the patient data in one place. Unfortunately,...
-
I tried installing Ubuntu 22.04 server on VMware Workstation and got this message: Sorry, there was a problem completing the installation E...
-
I was having a problem with audio latency in VMware Workstation on my Windows 10 guest. I found an article that helped me fix it. Ever sin...
No comments:
Post a Comment