When I try to cmake -DENABLE_CONTENT_PATCHING=OFF .
i get the following:
please help!
-- BUILD_STEEM_TESTNET: OFF
-- LOW_MEMORY_NODE: OFF
-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
Unable to find the requested Boost libraries.
Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
Call Stack (most recent call first):
CMakeLists.txt:80 (FIND_PACKAGE)
-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
Unable to find the requested Boost libraries.
Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
Call Stack (most recent call first):
CMakeLists.txt:84 (FIND_PACKAGE)
-- Configuring Steem on Linux
-- Configuring project fc located in: /home/ben/Documents/ansible-steem-master/steem/libraries/fc
-- Configuring fc to build on Unix/Apple
-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
Unable to find the requested Boost libraries.
Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
Call Stack (most recent call first):
libraries/fc/CMakeLists.txt:132 (FIND_PACKAGE)
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES
OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.5/Modules/FindOpenSSL.cmake:370 (find_package_handle_standard_args)
libraries/fc/CMakeLists.txt:152 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/ben/Documents/ansible-steem-master/steem/CMakeFiles/CMakeOutput.log".
your boost not linking correctly. see it from here:
https://steem.io/documentation/how-to-build/
try to root the boost
https://bitsharestalk.org/index.php?topic=19001.0