LinuxQuestions.org
Help answer threads with 0 replies.
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 04-30-2004, 09:11 PM   #1
impaler_x
Newbie
 
Registered: Apr 2004
Location: chile
Distribution: suse 9.0
Posts: 2

Rep: Reputation: 0
Question VMware 4.5 problems on Suse Linux 9.0


Hi to all!!

I have problems with VMware 4.5 for linux, i install the rpm file, it's so work fine, but when i start the application, the following error appear:

"VMware is installed, but it had not been (correctly) configured for you running kernel. To (re-) configure it, your system administrator must find and run "vmware-config.pl". For more information, please read file "INSTALL" in the VMware Workstation documentation directory"

Please help me with this, tanks to all.
 
Old 04-30-2004, 10:17 PM   #2
einstein71
LQ Newbie
 
Registered: Feb 2004
Location: Ontario, Canada
Distribution: SuSE 9.0 Professional
Posts: 13

Rep: Reputation: 0
Have you run the vmware-config.pl file yet? You need to do this after the install to configure VMware for your system (networking, kernel modules, etc.).
 
Old 05-01-2004, 10:47 AM   #3
impaler_x
Newbie
 
Registered: Apr 2004
Location: chile
Distribution: suse 9.0
Posts: 2

Original Poster
Rep: Reputation: 0
Talking Thanks!!!

Thanks Einstein71, the VMware now work fine....thanks for all!!!!!
 
Old 05-01-2004, 11:29 AM   #4
OceanSurf
Member
 
Registered: Aug 2003
Location: Si
Distribution: SuSE, Slackware
Posts: 37

Rep: Reputation: 15
You're probably going to run this command every time you update your kernel (kernel update patches).
 
Old 05-23-2004, 05:28 PM   #5
JoaoSobrinho
LQ Newbie
 
Registered: May 2004
Location: Portugal
Posts: 20

Rep: Reputation: 0
hi ppl. sory any mistake in my language, but i'm portuguese and my english is not too good... but let's go t the problem... i passed trough the problem of installing vmware workstation... but now i have a problem on configuring... it seem's that the version of the kernel doesn't match to the version on the gcc (C compiler )... i pass the part oh accepting EULA and putting the path to gcc make file (the first path he ask's) and in the second, becomes the problem i described...


can anyone help me? i'm desperate...


PS: i have linux SuSE 9 Pro on a Centrino Processor, and maked the update of kernel this saturday... the gcc is installed from the cd2 of SuSE distribution and the vmware is the 4.0.0 version (from linuxberg.tucows.com ) ... if the problem is the version, could you tell me where can i find the indicate one ?


PS: again, sory any mistake...
 
Old 05-23-2004, 08:59 PM   #6
einstein71
LQ Newbie
 
Registered: Feb 2004
Location: Ontario, Canada
Distribution: SuSE 9.0 Professional
Posts: 13

Rep: Reputation: 0
Quote:
Originally posted by JoaoSobrinho
[B]hi ppl. sory any mistake in my language, but i'm portuguese and my english is not too good... but let's go t the problem... i passed trough the problem of installing vmware workstation... but now i have a problem on configuring... it seem's that the version of the kernel doesn't match to the version on the gcc (C compiler )... i pass the part oh accepting EULA and putting the path to gcc make file (the first path he ask's) and in the second, becomes the problem i described...
Can you paste the actual error message you get?
 
Old 05-24-2004, 04:08 AM   #7
JoaoSobrinho
LQ Newbie
 
Registered: May 2004
Location: Portugal
Posts: 20

Rep: Reputation: 0
the all message is this...

" 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]

The path "/usr/src/linux/include" is not an existing directory.

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

The directory of kernel headers (version 2.6.0-test3) does not match your
running kernel (version 2.4.21-215-default). Even if the module were to
compile
successfully, it would not load into the running kernel.

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

tkz in advance...
 
Old 05-24-2004, 04:46 AM   #8
penseur2
Member
 
Registered: Jan 2002
Location: Chennai India
Distribution: Red Hat
Posts: 42

Rep: Reputation: 15
hi ,

you will need to install the source for the 2.6 kernel you are tryin to compile the vmware modules for. the vmware-config.pl script is unable to locate the source for the kernel and that it why you are getting this error.
 
Old 05-24-2004, 02:28 PM   #9
JoaoSobrinho
LQ Newbie
 
Registered: May 2004
Location: Portugal
Posts: 20

Rep: Reputation: 0
and how i do that ? i'm a begginer in linux... very begginer...
 
Old 05-25-2004, 03:08 AM   #10
penseur2
Member
 
Registered: Jan 2002
Location: Chennai India
Distribution: Red Hat
Posts: 42

Rep: Reputation: 15
it depends on if you compiled the 2.6 kernel or installed an rpm.

if you compiled the kernel , the /lib/modules/<kernel-version>/build directory should be symbolically linked to the top of the kernel source tree. this happens automatically when you run make modules_install after compiling.


if you installed from rpm, find and download the kernel source rpm which corresponds to the kernel binary rpm which you have installed and then install the kernel source rpm.
 
Old 05-25-2004, 03:21 AM   #11
JoaoSobrinho
LQ Newbie
 
Registered: May 2004
Location: Portugal
Posts: 20

Rep: Reputation: 0
can you tell me where can i find it? i'm totally lost on that...
 
Old 05-25-2004, 02:24 PM   #12
JoaoSobrinho
LQ Newbie
 
Registered: May 2004
Location: Portugal
Posts: 20

Rep: Reputation: 0
i don't installed nothing more than the normal installation... only put the operating Sistem (SuSE) and i maked the update using YaST... shouldn't be everything ok ?
 
Old 05-25-2004, 10:17 PM   #13
einstein71
LQ Newbie
 
Registered: Feb 2004
Location: Ontario, Canada
Distribution: SuSE 9.0 Professional
Posts: 13

Rep: Reputation: 0
Use YaST and do a search in it for kernel-source. The version should match the one you presently have installed. If it doesn't, it's probably because you have downloaded a kernel update. In that case, install it and then run Online Update to get the patch for the kernel-source.
 
Old 05-26-2004, 03:05 AM   #14
JoaoSobrinho
LQ Newbie
 
Registered: May 2004
Location: Portugal
Posts: 20

Rep: Reputation: 0
yes, it match... but shouldn't match to the version with kernel headers, too ? can i put other kernel headers, so this way, the kernel headers and the running kernel match... ?
 
Old 05-26-2004, 09:47 AM   #15
einstein71
LQ Newbie
 
Registered: Feb 2004
Location: Ontario, Canada
Distribution: SuSE 9.0 Professional
Posts: 13

Rep: Reputation: 0
Yeah, it could cause you problems if all the kernel stuff doesn't match. Try checking for an update. Usually whenever they update the kernel, they have to update everything else but you won't know until you check for it after installing. You can also go directly to an update mirror and try to find the version that matches:

http://www.suse.com/us/private/downl...s/90_i386.html

Last edited by einstein71; 05-26-2004 at 07:24 PM.
 
  


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
Problems with vmware tools in Suse 9.3 as a guest and Win2k as host crapodino SUSE / openSUSE 2 08-27-2005 03:15 PM
problems with Networking with SUSE 9.1 guest on VMWARE on W2K host blackbirddh Linux - Networking 1 08-04-2004 05:56 PM
Suse 9.1 as guest OS under vmware 4.5 (XP host): Network problems wmauss Linux - Networking 5 06-20-2004 08:54 AM
SuSE Linux with Vmware Workstation4 darkskull Linux - Distributions 6 06-24-2003 04:08 PM
many problems for vmware 3.2 in SuSE 7.1 geminyn_1981 Linux - Newbie 15 01-18-2003 04:22 AM

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

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