1.解压inotify-tools tar -zxvpf inotify-tools-3.14.tar.gz 2.cd 到解压的目录 3../configure 编译,然后失败,提示checking no的关联包 . 4.需要安装gcc, yum install gcc -y 5.再次执行步骤3正常安装,接下来执行 make ;makeinstall 两条命令完成安装 来源:https://www.cnblogs.com/MOMING95/p/11740746.html 标签 tar解压 inotify gcc redhat