LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-25-2007, 05:48 PM   #1
tuxfan
LQ Newbie
 
Registered: Aug 2007
Posts: 3

Rep: Reputation: 0
'vmmon' module fails to compile under Fedora Core 6


I hear from the 'grapevine' that VMware can be installed under Fedora Core 6. I have searched around for hours... even google'd and read some of the solved points encountered, yet I have not seen any mention of what I am experiencing. Maybe someone out there is suffering from the same...

Here's the actual interation log:

[root@laptop ~]# locate vmware-config
/usr/bin/vmware-config-server-console.pl
/usr/bin/vmware-config.pl
[root@zeus ~]# /usr/bin/vmware-config.pl
Making sure services for VMware Server are stopped.

Stopping VMware services:
Virtual machine monitor [ OK ]

Configuring fallback GTK+ 2.4 libraries.

In which directory do you want to install the mime type icons?
[/usr/share/icons]

What directory contains your desktop menu entry files? These files have a
.desktop file extension. [/usr/share/applications]

In which directory do you want to install the application's icon?
[/usr/share/pixmaps]

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

None of the pre-built vmmon modules for VMware Server 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? [/lib/modules/2.6.22.2-42.fc6/build/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config4/vmmon-only'
make -C /lib/modules/2.6.22.2-42.fc6/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/kernels/2.6.22.2-42.fc6-i686'
CC [M] /tmp/vmware-config4/vmmon-only/linux/driver.o
In file included from /tmp/vmware-config4/vmmon-only/linux/driver.c:80:
/tmp/vmware-config4/vmmon-only/./include/compat_kernel.h:21: error: expected declaration specifiers or ‘...’ before ‘compat_exit’
/tmp/vmware-config4/vmmon-only/./include/compat_kernel.h:21: error: expected declaration specifiers or ‘...’ before ‘exit_code’
/tmp/vmware-config4/vmmon-only/./include/compat_kernel.h:21: warning: type defaults to ‘int’ in declaration of ‘_syscall1’
make[2]: *** [/tmp/vmware-config4/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config4/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.22.2-42.fc6-i686'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config4/vmmon-only'
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please
visit our Web site at
"[Their URL here]" and
"[Their URL here]".

Execution aborted.

====================================================================

As you can see, I'm running the LAG (Latest & Greatest) kernel [2.6.22.2-42.fc6], as of today, and after much searching on the Net I have not found anyone with the same issue.

If anyone can contribute some clue as to what I may be able to try to install VMware, I would really appreciate it! :-)

VMware version I installed: VMware-server-1.0.3-44356.i386.rpm

Hardware: Compaq Presario Laptop V5000 series w/160GB HDD and 2GB RAM.

Once again, thanks in advance,

Regards,

Tuxfan
 
Old 09-23-2007, 01:39 PM   #2
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,646

Rep: Reputation: 147Reputation: 147
This response is a little late, but I hope it helps you if you still got this issue ...

From what I know and read you have a fairly recent kernel version. In this case you might have to apply a patch to modify the vmware sources to build with your kernel. If you google for it you will find many hits, its called "vmware-any-any-update-xxx.tar.gz" where xxx is the version number. You can get if (at least) from http://platan.vc.cvut.cz/ftp/pub/vmware/.
 
Old 09-24-2007, 05:19 AM   #3
tuxfan
LQ Newbie
 
Registered: Aug 2007
Posts: 3

Original Poster
Rep: Reputation: 0
Talking

Quote:
Originally Posted by titopoquito View Post
This response is a little late, but I hope it helps you if you still got this issue ...

From what I know and read you have a fairly recent kernel version. In this case you might have to apply a patch to modify the vmware sources to build with your kernel. If you google for it you will find many hits, its called "vmware-any-any-update-xxx.tar.gz" where xxx is the version number. You can get if (at least) from http://platan.vc.cvut.cz/ftp/pub/vmware/.
titopoquito,

Thank you! I downloaded, executed and it built the module. Now to test and see if I can step forward from here.

Once again, thanks a million! :-D

tuxfan
 
Old 09-24-2007, 08:47 AM   #4
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,646

Rep: Reputation: 147Reputation: 147
You're welcome
 
  


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 problem - vmmon module lonecrow Linux - Software 5 03-26-2009 11:57 AM
VMMON module error with vmware JET-33 Linux - Newbie 3 11-20-2006 04:47 PM
Trouble building vmmon module for VMware Server with Slackware 10.2 Lothoir Linux - Software 14 07-15-2006 09:01 PM
Install ati-drivers fails with "Failed to compile kernel module" erpe Debian 2 06-13-2006 05:09 AM
Trying to install VMWare Workstation on Suse 9. Needs to compile vmmon modules. PatSpencer SUSE / openSUSE 2 12-18-2004 07:07 PM

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

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