LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-15-2004, 11:32 PM   #1
Oxyacetylene
Member
 
Registered: Apr 2004
Location: Greensboro, NC, USA
Distribution: Debian
Posts: 134

Rep: Reputation: 15
VMware installation help


I am getting an error trying to configure VMware workstation 4.5 during the install process. This is on SuSE 9.1 Pro. I have the latest kernel and kernel source available on YOU. Here is what I get:

linux:/usr/bin # vmware-config.pl
Making sure VMware Workstation's services are stopped.

Stopping VMware services:
Virtual machine monitor done

Trying to find a suitable vmmon module for your running kernel.

None of VMware Workstation's pre-built vmmon modules is suitable for your
running kernel. Do you want this program to try to build the vmmon 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.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config2/vmmon-only'
make -C /usr/src/linux/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.5-7.95'
Makefile:438: .config: No such file or directory

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

CC [M] /tmp/vmware-config2/vmmon-only/linux/driver.o
/tmp/vmware-config2/vmmon-only/linux/driver.c:131: warning: initialization from incompatible pointer type
/tmp/vmware-config2/vmmon-only/linux/driver.c:135: warning: initialization from incompatible pointer type
/bin/sh: line 1: scripts/basic/fixdep: No such file or directory
make[2]: *** [/tmp/vmware-config2/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config2/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.5-7.95'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config2/vmmon-only'
Unable to build the vmmon module.

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.
 
Old 07-17-2004, 05:26 AM   #2
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Quote:
make[1]: Entering directory `/usr/src/linux-2.6.5-7.95'
Makefile:438: .config: No such file or directory
Looks like you don't have your kernel source for the currently-running kernel installed. You should install it via YAST/YOU. Possibly you need to make a symlink from it to /usr/src/linux.

Alternatively, it has always seemed to me that YAST/YOU might upgrade the kernel source during an online update, when you haven't upgraded your kernel, or rather booted to the upgraded kernel.

What kernel source actually exists in /usr/src, and what kernel does uname -r return as your currently-running kernel?

Last edited by motub; 07-17-2004 at 05:28 AM.
 
Old 07-17-2004, 05:55 PM   #3
Oxyacetylene
Member
 
Registered: Apr 2004
Location: Greensboro, NC, USA
Distribution: Debian
Posts: 134

Original Poster
Rep: Reputation: 15
I installed the latest kernel and source from YOU. I'll check and see what I get from the output for the running kernel a little later and post back. Thanks for the tip.
 
Old 07-17-2004, 06:40 PM   #4
Oxyacetylene
Member
 
Registered: Apr 2004
Location: Greensboro, NC, USA
Distribution: Debian
Posts: 134

Original Poster
Rep: Reputation: 15
mtrull@linux:~> uname -r
2.6.5-7.95-default
mtrull@linux:~>


This is supposed to be the same version I have the source installed for. /usr/src/linux points to the same files (looks that way to me anyway). I have the following directories in usr/src....
/usr/src/linux
/usr/src/linux-2.6.5-7.95
/usr/src/linux-2.6.5-7.95-obj
/usr/src/packages

So the running version and the source version should be in sync right?
 
Old 07-17-2004, 06:48 PM   #5
alexr186
Member
 
Registered: Jul 2003
Location: Maine, USA
Distribution: Suse 9.1 Pro
Posts: 122

Rep: Reputation: 15
I was running into the same problem, it was on the back burner but i will check it out again,
 
Old 07-18-2004, 05:27 PM   #6
Oxyacetylene
Member
 
Registered: Apr 2004
Location: Greensboro, NC, USA
Distribution: Debian
Posts: 134

Original Poster
Rep: Reputation: 15
I had a similar problem trying to get the Cisco VPN Client installed. I wonder if it is something weird with SuSE?
 
Old 07-24-2004, 10:16 PM   #7
Panther505
LQ Newbie
 
Registered: Oct 2002
Location: NC
Distribution: FC2/SuSE9.1/RHEL3WS/RH7.3
Posts: 6

Rep: Reputation: 0
The trick is to ensure that you have the kernel-syms package installed then do the following:

in /usr/src/linux

`make cloneconfig`
`make prepare-all`

then the
`vmware-config.pl` should work.

This is a result of a change in the kernel structure that is going to come out in 2.6.7 (and SuSE has put out early)...


linkage for more info:

Vmware forums
Guru-host post
 
Old 07-25-2004, 05:39 PM   #8
Oxyacetylene
Member
 
Registered: Apr 2004
Location: Greensboro, NC, USA
Distribution: Debian
Posts: 134

Original Poster
Rep: Reputation: 15
I found that in another thread and it worked! I forgot to post back to this one. Next I'll see if I can get the VPN client installed. Thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
vmware installation kool_kid Slackware 1 03-16-2005 09:07 PM
VMWare Installation opsraja Linux - Software 2 10-14-2004 12:26 AM
VMWare Installation Problems kbz2007 Linux - Newbie 2 09-26-2004 05:44 PM
VMware installation problem Phil Healey Linux - General 4 06-29-2003 10:10 AM
vmware installation question Rodcl Linux - Software 2 05-16-2002 04:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration