sysbench安装以及常见错误

sysbench安装以及常见错误

和自甴很熟 提交于 2020-04-15 16:19:55
【推荐阅读】微服务还能火多久?>>> 1,环境要求: 1,centos,gcc,gcc++ 如果没有安装gcc:错误提示: configure: error: no acceptable C compiler found in $PATH, yum -y install gcc yum -y install gcc-c++ yum install make 2,如果没有安装libtool,make的时候 会报如下错误: ./libtool: line 841: X--tag=CC: command not found ../libtool: line 874: libtool: ignoring unknown tag : command not found ../libtool: line 841: X--mode=link: command not found ../libtool: line 1007: *** Warning: inferring the mode of operation is deprecated.: command not found ../libtool: line 1008: *** Future versions of Libtool will require --mode=MODE be specified.: command not