1、#uname -r 查看内核版本
安装
CentOS
kernel-devel-$(uname -r)
kernel-headers-$(uname -r)
插件网址:
如centos7.5 :https://vault.centos.org/7.5.1804/os/x86_64/Packages/
在线下载:
wget https://vault.centos.org/7.5.1804/os/x86_64/Packages/kernel-headers-3.10.0-862.el7.x86_64.rpm
wget https://vault.centos.org/7.5.1804/os/x86_64/Packages/kernel-devel-3.10.0-862.el7.x86_64.rpm
如:
[root@localhost ~]# uname -r
3.10.0-1160.49.1.el7.x86_64
[root@localhost ~]# yum install kernel-devel-3.10.0-1160.49.1.el7.x86_64
[root@localhost ~]# yum install kernel-headers-3.10.0-1160.49.1.el7.x86_64
具体见:
https://knowledge.broadcom.com/external/article/152488/manually-compile-autoprotect-kernel-modu.html
Manually compile Auto-Protect kernel modules for Endpoint Protection for Linux
2、SEP安装出现错误
Pre-compiled Auto-Protect kernel modules are not loaded yet, need compile them from source code
Build Auto-Protect kernel modules from source code failed with error: 1
出现这种现象需要检查Linux内核是否支持
List of Linux distributions and kernels with precompiled Auto-Protect drivers and modules for Endpoint Protection for Linux 14
地址:https://knowledge.broadcom.com/external/article?legacyId=info3983
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)