CentOS7.2(1511)でBoostを1.59にアップグレードしたい:
mysqlソースコードを書いたのでエラーが発生しました。
CMake Warning at cmake/boost.cmake:266 (MESSAGE):
Boost minor version found is 53 we need 59
Call Stack (most recent call first):
CMakeLists.txt:491 (INCLUDE)
私は以下を使用しようとしています:
yum install boost-1.59.0
しかし失敗しました:
[root@localhost ~]# yum install boost-1.59.0
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.cn99.com
* extras: mirrors.cn99.com
* updates: mirrors.shuosc.org
No package boost-1.59.0 available.
編集する
私のオペレーティングシステムのバージョンはですCentOS7.2(1511)
。