(C++) bzlib.h: No such file or directory
February 24, 2017 · View on GitHub
(C++) bzlib.h: No such file or directory
Install error that can occur when installing Boost.
After doing the following, the error pops up:
./bootstrap ./bjam --build-dir=/tmp/build-boost toolset=gcc stage
Solution: install python-dev:
sudo apt-get install python-dev sudo apt-get install python-bzutils sudo apt-get install libbz2-dev