LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Trying to install VMWare Workstation on Suse 9. Needs to compile vmmon modules. (https://www.linuxquestions.org/questions/suse-opensuse-60/trying-to-install-vmware-workstation-on-suse-9-needs-to-compile-vmmon-modules-248112/)

PatSpencer 10-27-2004 05:09 PM

Trying to install VMWare Workstation on Suse 9. Needs to compile vmmon modules.
 
I have a new default install of SUSE 9 Enterprise and am trying to install VMWare Workstation 4.5.2. (Of course, so that I have my old fall back of Windows until I learn this stuff).

I run the installation script "vmware-config.pl" and it indicates that "None of the pre-built vmmon modules for VMware Workstation is suitable for your running kernel. Do you want this program to try to build the vmmon module for your system?"

Of course, it could not find a compiler so Now I am feeding the process based on these error messages. I have installed the C compiler modules (GCC) using YAST2 and tried again and am now adding header files as best I can.

The state that I have reached is it finds GCC, and asks for the location of the C header files that match my running kernel [/usr/src/linux/include].

It appears to start building the vmmon modules displaying the following messages:
make -C /usr/src/linux/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory '/usr/src/linux-2.6.5-7.97'
Makefile:438 .config: No such file or directory

WARNING: Symbol version dump /usr/src/linux-2.6.5-7.97/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.

CC [M] /tmp/vmware-config5/vmmon-only/linux/driver.o
/bin/sh: line 1: scripts/basic/fixdep: No such file or directory

etc, etc, etc.

Unable to build the vmmon module."

I would like to see Novell post a "how-to" on how to install and configure SUSE Enterprise 9 so that VMware installs as easily as it does in Red Hat 9.

Anyone have any suggestions?
;)

PatSpencer 10-27-2004 06:05 PM

I hate to post a reply to my own question, but I do have the answer.
There are several anwers if you search for Module.symvers on the VMware forums.
Basically, I ran the following commands:

cd /usr/src/linux
make clean
make mrproper
make cloneconfig
make prepare-all

Then run vmware-config.pl.

snakedriver 12-18-2004 07:07 PM

Suse 9.2 is not on vmware's supported list, yet!
if you run the vmware-any-any-update83.tar.gz patch from here:
http://ftp.cvut.cz/vmware/
before make clean, etc., then vmware-config.pl runs without any problem.
Snakedriver


All times are GMT -5. The time now is 01:09 PM.