CentOS 搭建strom 遇到的问题

省略jdk安装 安装zeromq cd zeromq-2.1.7./configure#出现错误:configure: error: Unable to find a working C++ compiler#需要安装g++编译器执行sudo yum install gcc-c++ #出现错误:configure: error: cannot link with -luuid, insta

返回顶部