由于装的虚拟机是命令行模式。需要先装个可视化的虚拟机,将增强文件拷贝过去。
全局设定安装:增强包
https://www.virtualbox.org/wiki/Downloads
百度盘地址:
链接:https://pan.baidu.com/s/1uw2HMlm-FLDwuGlG9LibDQ
提取码:xyw3
复制这段内容后打开百度网盘手机App,操作更方便哦
问题:: Kernel headers not found for target kernel 3.10.0-1062.el7.x86_64. Please install them and execut
1.update kernel
yum update kernel -y
2.Install the kernel-headers, kernel-devel and other required packages
yum install kernel-headers kernel-devel gcc make -y
3.Reboot the server to make sure it load to the new kernel
init 6
参考:https://blog.csdn.net/sword_happy/article/details/96207341
https://blog.csdn.net/qq_38825788/article/details/105472522
映射成功