下载boost_1_59_0.tar.gz报错:
0 1 2 3 4 5 6 7 8 9 10 |
CMake Error at cmake/boost.cmake:177 (MESSAGE): You can try downloading http://sourceforge.net/projects/boost/files/boost/1.59.0/boost_1_59_0.tar.gz manually using curl/wget or a similar tool, or increase the value of DOWNLOAD_BOOST_TIMEOUT (which is now 600 seconds) Call Stack (most recent call first): CMakeLists.txt:435 (INCLUDE) -- Configuring incomplete, errors occurred! See also "/byrd/tools/mysql-5.7.9/CMakeFiles/CMakeOutput.log". |
解决方法:
0 1 |
cd /usr/local/boost wget http://sourceforge.net/projects/boost/files/boost/1.59.0/boost_1_59_0.tar.gz |
没有下载bison
0 1 2 3 4 5 6 7 8 9 |
CMake Warning at cmake/bison.cmake:20 (MESSAGE): Bison executable not found in PATH Call Stack (most recent call first): sql/CMakeLists.txt:502 (INCLUDE) CMake Warning at cmake/bison.cmake:20 (MESSAGE): Bison executable not found in PATH Call Stack (most recent call first): libmysqld/CMakeLists.txt:133 (INCLUDE) |
解决方法
0 |
yum install bison -y |
申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!
Trackbacks