electricsheep icon indicating copy to clipboard operation
electricsheep copied to clipboard

libboost version required error.

Open sccluisx opened this issue 8 years ago • 2 comments

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

sccluisx avatar Feb 20 '17 18:02 sccluisx

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?

jake8fc avatar May 11 '17 16:05 jake8fc

Same issue. Installing g++ on Linux Mint 18.2 solved the issue for me.

tparvu avatar Jul 28 '17 14:07 tparvu