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 12-31-2004, 09:37 AM   #1
zenith_zth
Member
 
Registered: Oct 2004
Posts: 89

Rep: Reputation: 15
Vmware


Hi, I've got problems installing Vmware. I don't really know what the problem is, can't tell anything from the error msg I get, prehaps you guys can help? Here's the whole config-stage:

linux:/home/zth # /usr/bin/vmware-config.pl
Making sure services for VMware Workstation are stopped.

Stopping VMware services:
Virtual machine monitor done

Configuring fallback GTK+ 2.4 libraries.

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

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 (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.8-24.10'
Makefile:465: .config: No such file or directory

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

CC [M] /tmp/vmware-config2/vmmon-only/linux/driver.o
/bin/sh: 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.8-24.10'
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.







Please help me, I really really need this going.
 
Old 12-31-2004, 10:03 AM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Your using an unsupported kernel... from their specs section in the FAQ's:

Code:
Linux Host Operating Systems
Supported distributions and kernels are listed below. VMware Workstation may not run on systems that do not meet these requirements.

Note: As newer Linux kernels and distributions are released, VMware modifies and tests its products for stability and reliability on those host platforms. We make every effort to add support for new kernels and distributions in a timely manner, but until a kernel or distribution is added to the list below, its use with our products is not supported. Look for newer prebuilt modules in our Download section.

    * Mandrake Linux 9.0 — stock 2.4.19
    * Mandrake Linux 8.2 — stock 2.4.18-6mdk
    * Red Hat Enterprise Linux 3.0 — stock 2.4.21, update 2.4.21-15.EL
    * Red Hat Enterprise Linux 2.1 — stock 2.4.9-e3
    * Red Hat Linux Advanced Server 2.1 — stock 2.4.9-e3
    * Red Hat Linux 9.0 — stock 2.4.20-8, upgrade 2.4.20-20.9
    * Red Hat Linux 8.0 — stock 2.4.18
    * Red Hat Linux 7.3 — stock 2.4.18
    * Red Hat Linux 7.2 — stock 2.4.7-10, upgrade 2.4.9-7, upgrade 2.4.9-13, upgrade 2.4.9-21, upgrade 2.4.9-31
    * Red Hat Linux 7.1 — stock 2.4.2-2, upgrade 2.4.3-12
    * Red Hat Linux 7.0 — stock 2.2.16-22, upgrade 2.2.17-14
    * SuSE Linux 9.1 — stock 2.6.4-52
    * SuSE Linux 9.0 — stock 2.4.21-99
    * SuSE Linux Enterprise Server 8 — stock 2.4.19
    * SuSE Linux 8.2 — stock 2.4.20
    * SuSE Linux 8.1 — stock 2.4.19
    * SuSE Linux 8.0 — stock 2.4.18
    * SuSE Linux Enterprise Server 7 — stock 2.4.7 and patch 2
    * SuSE Linux 7.3 — stock 2.4.10 

Platforms not listed above are not supported.

Web browser required for Help system.
 
Old 12-31-2004, 10:13 AM   #3
kostian
Member
 
Registered: Jul 2004
Location: LT
Posts: 150

Rep: Reputation: 15
i was running Vmware on slack with 2.6.9 kernel with no problems.
Code:
make[1]: Entering directory `/usr/src/linux-2.6.8-24.10' Makefile:465: .config: No such file or directory
look for a file config-2.6.8-24.10 or like that in your /boot if it exists copy it to /usr/src/linux-2.6.8-24.10/.config
 
Old 12-31-2004, 10:46 AM   #4
zenith_zth
Member
 
Registered: Oct 2004
Posts: 89

Original Poster
Rep: Reputation: 15
Solved it, downloaded kernel-syms rpm and then I ran make cloneconfig and make prepare in /usr/src/linux
 
Old 12-31-2004, 11:23 AM   #5
zenith_zth
Member
 
Registered: Oct 2004
Posts: 89

Original Poster
Rep: Reputation: 15
(vmware:10222): Gtk-WARNING **: cannot open display:
Now I get that trying to start it, and yes, I shut down X.

Could anyone give me a URL to a good tutorial for complete newbies of vmware? I want to be able to use it like a normal application in Linux. Please someone help
 
Old 12-31-2004, 11:41 AM   #6
zenith_zth
Member
 
Registered: Oct 2004
Posts: 89

Original Poster
Rep: Reputation: 15
And another thing, i read that you can't play games with vmware? Because that's why I'm installing it, to be able to play warcraft and all other wingames (i've had very little luck with Cedega/winex).
 
Old 01-01-2005, 12:31 PM   #7
kostian
Member
 
Registered: Jul 2004
Location: LT
Posts: 150

Rep: Reputation: 15
you need X to run vmware.
and vmware has no 3d acceleration support. cedega is your best option for win games.
 
  


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
Debug Linux kernel in vmware (two machines in vmware)?? cyu021 Programming 0 03-30-2005 07:46 PM
VMWare - Installing VMWare Tools Nightmare jerkmonkee Linux - Newbie 2 11-14-2004 05:52 PM
want to exchange my vmware esx 3.1 against a vmware gsx 3.1 neton Linux - Software 1 08-06-2004 08:23 AM
Vmware Virtual Machine Problem With Windows In Vmware jvdbossc Linux - Software 2 05-28-2004 06:54 AM
vmware, mandrake 9.0 (finding vmware tools) Gratz Linux - Software 2 03-01-2004 12:03 PM

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

All times are GMT -5. The time now is 12:53 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