CentOS 6、7、8、9升级cmake 3教程
CentOS 8上面自带的cmake 3有bug,会报cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zstd错误,导致无法使用cmake进行编译安装MySQL等,其他CentOS同系Oracle Linux等之类的发行版也有存在这个问题的。
1、确认当前cmake版本号
cmake --version
CentOS 8上面自带的cmake 3有bug,会报cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zstd错误,导致无法使用cmake进行编译安装MySQL等,其他CentOS同系Oracle Linux等之类的发行版也有存在这个问题的。
1、确认当前cmake版本号