CentOS7 に VMwarePlayer12 をインストールする方法です。
どちらも旧バージョンなのでいまさら感がありますが、野暮い用事のために試したところ、ちょっと躓いたので備忘録として残しておきます。
CentOS7 x86_64 (kernel 3.10.0) + VMware-Player-12.5.2 で確認しています。
・ ・ 2020-00-00T00:00:00.000+09:00| vthread-4| I125: Building module with command "/usr/bin/make -j2 -C /tmp/modconfig-b6MdgY/vmnet-only auto-build HEADER_DIR=/lib/modules/3.10.0-1127.19.1.el7.x86_64/build/include CC=/usr/bin/gcc IS_GCC_3=no" 2020-00-00T00:00:00.000+09:00| vthread-4| W115: Failed to build vmnet. Failed to execute the build command.
> tar -xf /usr/lib/vmware/modules/source/vmnet.tar
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0) +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0) || \ + (defined(RHEL_RELEASE_CODE) && RHEL_RELEASE_CODE >= 0x0704)
> tar -cf /usr/lib/vmware/modules/source/vmnet.tar vmnet-only
同じように躓いた方も多いようで、ググると複数の情報がヒットします。
本稿はそれらを参考に試した結果を自分なりにシンプルにまとめてみたものです。
情報を公開されておられてる方々には大変感謝です。
(This host) = https://thinkridge.com