LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 01-08-2005, 04:17 AM   #1
zutty
LQ Newbie
 
Registered: Jan 2005
Distribution: opensuse 10.2
Posts: 6

Rep: Reputation: 0
please help me with installing VMware in linux suse9.2


I'm running on Linux Suse 9.2 and tried to run vmware 4.5.2-8848(installed from rpm).
I've tried everything i found on forums.
/usr/src/linux
make clean
make mrproper
make cloneconfig
make prepare-all
i tried also with vmware-any-any update.
and i recieve this when runung vmware-config.pl :
Making sure services for VMware Workstation are stopped.

Stopping VMware services:
Virtual machine monitor done

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-config27/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'
CC [M] /tmp/vmware-config27/vmmon-only/linux/driver.o
CC [M] /tmp/vmware-config27/vmmon-only/linux/hostif.o
CC [M] /tmp/vmware-config27/vmmon-only/common/cpuid.o
CC [M] /tmp/vmware-config27/vmmon-only/common/memtrack.o
CC [M] /tmp/vmware-config27/vmmon-only/common/phystrack.o
CC [M] /tmp/vmware-config27/vmmon-only/common/task.o
CC [M] /tmp/vmware-config27/vmmon-only/common/vmx86.o
LD [M] /tmp/vmware-config27/vmmon-only/vmmon.o
Building modules, stage 2.
make[2]: *** No targets. Stop.
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.8-24.10'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config27/vmmon-only'
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please
visit our Web site at...

Execution aborted
Can someone help me?
 
Old 01-08-2005, 05:09 AM   #2
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
You are doing this with superuser permissions? Because, regular user won't do.
 
Old 01-08-2005, 05:50 AM   #3
zutty
LQ Newbie
 
Registered: Jan 2005
Distribution: opensuse 10.2
Posts: 6

Original Poster
Rep: Reputation: 0
yes i've done it with superuser permissions
 
Old 01-09-2005, 06:53 PM   #4
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
Use this instead...
make clean && make mrproper && make oldconfig && make bzImage

Let it run its course, then try ./vmware-config.pl
 
Old 01-12-2005, 03:56 PM   #5
wayneg76
LQ Newbie
 
Registered: Apr 2003
Distribution: RedHat 7.3, 8.0
Posts: 4

Rep: Reputation: 0
make oldconfig && make prepare will do the job too...

Worked for me...
 
Old 01-12-2005, 06:26 PM   #6
snakedriver
Member
 
Registered: Nov 2003
Location: North East Arkansas
Distribution: Suse 9.2 x86-64
Posts: 59

Rep: Reputation: 15
You do have your kernel sources installed?

Suse 9.2 is not on vmware's supported OS list, that is why you need the any-any-patch.

On suse9.2 x86-64, I think I did
install the any-any-patch
cd /usr/src/linux
make clean (because you tried before)
make cloneconfig
make prepare-all
cd to ./vmware-config.pl dir
./vmware-config.pl

It will work stay with it,
Snakedriver
 
Old 01-12-2005, 07:29 PM   #7
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
the any-any-patch?

WTH is that. VMware works perfectly fine with nothing but the default kernel and the kernel sources properly set up...
And it can't be a 64 bit thing either because I just stepped someone through that and they didn't need an extra patch to make it work...
 
Old 01-12-2005, 08:46 PM   #8
snakedriver
Member
 
Registered: Nov 2003
Location: North East Arkansas
Distribution: Suse 9.2 x86-64
Posts: 59

Rep: Reputation: 15
All I know is that my install did not compile, went to the vmware forum and found references to the any-any-patch
found info like this:

"Then, get vmware and install it, I've got

VMware-workstation-4.5.2-8848.tar.gz

The install likely fails during the vmware-config.pl step. Okay, no
problemo, vmware-any-any patch to the rescue. I use v.84, later
may be available or moot on later reading:

Code:

cd /tmp
wget http://ftp.cvut.cz/vmware/vmware-any...pdate84.tar.gz
tar zxvf vmware-any-any-update84.tar.gz
cd vmware-any-any-update84
./runme.pl
This patches various bits, then fires off vmware-config.pl again. "

I also read at the vmware that some suse users were having to run vmware-config.pl repeatedly using the -84patch
I installed the vmware-any-any-update83 and I've had no problems.

however you don't want the any-any-patch to run vmware-config.pl, exit and do:

cd /usr/src/linux
make clean (because you tried before)
make cloneconfig
make prepare-all

then do
cd to ./vmware-config.pl dir
./vmware-config.pl


I glad that your's worked without it; mine didn't.

Snakedriver
 
Old 01-13-2005, 11:26 AM   #9
zutty
LQ Newbie
 
Registered: Jan 2005
Distribution: opensuse 10.2
Posts: 6

Original Poster
Rep: Reputation: 0
I've just tried that way an it is not working. i receive the same things.
 
Old 01-13-2005, 01:16 PM   #10
snakedriver
Member
 
Registered: Nov 2003
Location: North East Arkansas
Distribution: Suse 9.2 x86-64
Posts: 59

Rep: Reputation: 15
Recommend you start looking here:
http://www.vmware.com/support/kb/end...p_sort_by=dflt

and here:

http://www.vmware.com/community/index.jspa

search the forum & post there.

Snakedriver
 
  


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
newbie in linux-mandrake; installing .rpm vmware for linux jet_espinal Mandriva 2 11-02-2006 06:06 AM
Problems installing VMWare in Suse9.3 SolidSnakeX28 Linux - Software 4 07-25-2005 01:18 AM
Installing Linux via VMWare on WinXP AglaSyS Linux - Software 8 02-25-2005 10:16 AM
Installing Windows on VMware (Host: Suse Linux 9.0) Kurti Linux - Software 2 02-17-2004 08:07 AM
Installing Red Hat Linux v7.1 in VMWare eddied Linux - Software 4 09-20-2001 05:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 06:46 PM.

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