Opened 7 years ago
#12005 new Bugs
Install boost_context on CentOS 6
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | To Be Determined | Component: | build |
Version: | Boost 1.60.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I'm try to install HHVM on CentOS 6, but I've trouble with boost_context library:
- Build type not specified: cmake build type Release. CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:1138 (message): Unable to find the requested Boost libraries. Boost version: 1.60.0 Boost include path: /usr/include Could not find the following Boost libraries: boost_context Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMake/HPHPFindLibs.cmake:31 (find_package) CMake/HPHPSetup.cmake:127 (include) third-party/CMakeLists.txt:18 (include)
On CentOS 7, I can easily install by type: yum install boost-context So how can I install this boost_context library on CentOS 6?
Thank you very much!!
Note:
See TracTickets
for help on using tickets.