VMware ESXi を使用して、Vine Linux の環境を構築しています
今回、Kernelバージョンアップに伴い、システム時間 がずれる現象が
発生しています
また、vmware-config-tools.pl を実行する事で、VMware の環境が最適化されて
正常に動作するはずが・・・
以下の内容が表示されました

Trying to find a suitable vmmemctl module for your running kernel.
None of the pre-built vmmemctl modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmmemctl module
for your system (you need to have a C compiler installed on your system)?
[no]
The memory manager driver (vmmemctl module) is used by VMware host software to
efficiently reclaim memory from a virtual machine.
If the driver is not available, VMware host software may instead need to swap
guest memory to disk, which may reduce performance.
The rest of the software provided by VMware Tools is designed to work
independently of this feature.
If you want the memory management feature, you can install the driver by
running vmware-config-tools.pl again after making sure that gcc, binutils, make
and the kernel sources for your running kernel are installed on your machine.
These packages are available on your distribution’s installation CD.
[ Press Enter key to continue ]
Trying to find a suitable vmhgfs module for your running kernel.
None of the pre-built vmhgfs modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmhgfs module for
your system (you need to have a C compiler installed on your system)? [yes]
Using compiler “/usr/bin/gcc”. Use environment variable CC to override.
Your compiler “/usr/bin/gcc” version “gcc バージョン 3.3.6 release (Vine Linux
3.3.6-0vl7)” is not supported by this version of VMware Tools.
The filesystem driver (vmhgfs module) is used only for the shared folder
feature. The rest of the software provided by VMware Tools is designed to work
independently of this feature.
If you wish to have the shared folders feature, you can install the driver by
running vmware-config-tools.pl again after making sure that gcc, binutils, make
and the kernel sources for your running kernel are installed on your machine.
These packages are available on your distribution’s installation CD.
[ Press Enter key to continue ]
Trying to find a suitable vmxnet module for your running kernel.
None of the pre-built vmxnet modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmxnet module for
your system (you need to have a C compiler installed on your system)? [yes]
Using compiler “/usr/bin/gcc”. Use environment variable CC to override.
Your compiler “/usr/bin/gcc” version “gcc バージョン 3.3.6 release (Vine Linux
3.3.6-0vl7)” is not supported by this version of VMware Tools.
The fast network device driver (vmxnet module) is used only for our fast
networking interface. The rest of the software provided by VMware Tools is
designed to work independently of this feature.
If you wish to have the fast network driver enabled, you can install the driver
by running vmware-config-tools.pl again after making sure that gcc, binutils,
make and the kernel sources for your running kernel are installed on your
machine. These packages are available on your distribution’s installation CD.
[ Press Enter key to continue ]
Trying to find a suitable vmblock module for your running kernel.
None of the pre-built vmblock modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmblock module
for your system (you need to have a C compiler installed on your system)?
[yes]
Using compiler “/usr/bin/gcc”. Use environment variable CC to override.
Your compiler “/usr/bin/gcc” version “gcc バージョン 3.3.6 release (Vine Linux
3.3.6-0vl7)” is not supported by this version of VMware Tools.
The vmblock module enables dragging or copying files from within a host and
dropping or pasting them onto your Linux guest os (host to guest drag and drop
and file copy/paste). The rest of the software provided by VMware Tools is
designed to work independently of this feature (including host to guest drag
and drop and file copy/paste).
If you would like the host to guest drag and drop and file copy/paste
features, you can install the driver by running vmware-config-tools.pl again
after making sure that gcc, binutils, make and the kernel sources for your
running kernel are installed on your machine. These packages are available on
your distribution’s installation CD.
[ Press Enter key to continue ]

かなり長いので必要部分を抜粋すると

Using compiler “/usr/bin/gcc”. Use environment variable CC to override.
Your compiler “/usr/bin/gcc” version “gcc バージョン 3.3.6 release (Vine Linux
3.3.6-0vl7)” is not supported by this version of VMware Tools.

gcc バージョン 3.3.6 release (Vine Linux 3.3.6-0vl7)
サポートしていないではないですか
VMware Toolsバージョンアップする事を期待して待つしかない様子です