electricsheep
electricsheep copied to clipboard
libboost version required error.
The .configure is complaining about the libboost version checking for libboost >= 1.39... configure: error: libboost version 1.41 or higher is required to compile electricsheep. but I have installed version 1.61 $ dpkg -s libboost-dev | grep 'Version' Version: 1.61.0.2
UPDATE-SOLVED config.log showed that g++ command failed .. installed g++ .. sudo apt install g++ ./configure completed without errors .. program is working now
Using Linux mint 18.1 - Mate Same issue .. get ./configure error and have installed all the libboost files i could find at this point .. libboost >= 1.39... configure: error: libboost version 1.41 or higher is required to compile electricsheep.
$ dpkg -s libboost-dev | grep 'Version' Version: 1.58.0.1ubuntu1
Any one know of a fix?
Same issue. Installing g++ on Linux Mint 18.2 solved the issue for me.