# tar zxvf sysstat-11.5.6.tar.gz
# cd sysstat-11.5.6
# ./configure
# make
# make install
# iostat -x 1 10
sysstat 下载地址:https://download.youkuaiyun.com/download/qq_37296212/16497203
问题:在执行./configure中若出现
configure: error: in `/home/sgai/sysstat-12.5.3':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
则需要安装gcc
安装地址:https://blog.youkuaiyun.com/qq_37296212/article/details/115481731
sysstat安装参考图如下:




在尝试安装sysstat-11.5.6时,如果遇到配置错误提示`no acceptable C compiler found in $PATH`,说明系统缺少GCC编译器。参照给出的安装地址,安装GCC后重新执行安装步骤。sysstat的完整安装过程包括下载、解压、配置、编译和安装。最后使用`iostat -x 1 10`检查安装是否成功。
390

被折叠的 条评论
为什么被折叠?



