谷村です。
Vine3.1からVine3.2にapt-getでアップグレードしました。
kernel-smp-2.4.31-0vl1.8を使っています。
VMwareWorkstation-5.0.0-13124を使うためには、vmware-config.plを実行して
kernelに合わせた設定が必要になります。
$ sudo vmware-config.pl
[中略]
make: ディレクトリ `/tmp/vmware-config6/vmmon-only' から出ます
Unable to make a vmmon module that can be loaded in the running kernel:
/tmp/vmware-config6/vmmon.o: /tmp/vmware-config6/vmmon.o: unresolved symbol __down_read
/tmp/vmware-config6/vmmon.o: /tmp/vmware-config6/vmmon.o: unresolved symbol __down_write
/tmp/vmware-config6/vmmon.o: /tmp/vmware-config6/vmmon.o: unresolved symbol __up_read
/tmp/vmware-config6/vmmon.o: /tmp/vmware-config6/vmmon.o: unresolved symbol __up_write
/tmp/vmware-config6/vmmon.o:
Hint: You are trying to load a module without a GPL compatible license
and it has unresolved symbols. The module may be trying to access
GPLONLY symbols but the problem is more likely to be a coding or
user error. Contact the module supplier for assistance, only they
can help you.
There is probably a slight difference in the kernel configuration between the
set of C header files you specified and your running kernel. You may want to
rebuild a kernel based on that directory, or specify another directory.
For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".
Execution aborted.
となりvmware-config.plが失敗します。念のために、gcc295を入れて、
$ CC=/usr/bin/gcc-2.95.3 sudo vmware-config.pl
としましたが、同様に失敗します。従来のVine3.1では、vmware-config.plは期待
通りに動作しておりました。今のところ解決策が見つかっていません。ご助言など
をいただければ、幸いです。