Solution: Oracle Linux by default uses Oracle's own unbreakable kernel, so if you install VMware Tools or Virtual Guest Addition, you need to get the correct header files to do the compilation. Here is the "yum" command to get all you need:
yum -y install kernel-uek-headers-`uname -r` gcc kernel-uek-devel
No comments:
Post a Comment