RE: [SLUG] VmWare configure error

2008-10-26 Thread SMITH GARETH

Hi there I hope this helps

 Your kernel was built with "gcc" version "4.1.3", while you are trying
to use 
"/usr/bin/gcc" version "4.2.3". This configuration is not recommended
and 
VMware Server may crash if you'll continue. Please try to use exactly
same 
compiler as one used for building your kernel. Do you want to go with
compiler 
"/usr/bin/gcc" version "4.2.3" anyway? [no]

After reading some different ways to fix this problem I found this one,
and it worked great.



first execute:

ls -l /usr/bin/gcc*

to see which versions you have installed, this is my output

lrwxrwxrwx 1 root root 16 2007-12-05 16:21 /usr/bin/gcc ->
/usr/bin/gcc-4.2
-rwxr-xr-x 1 root root 204836 2007-10-19 11:38 /usr/bin/gcc-4.1
-rwxr-xr-x 1 root root 192532 2007-10-14 11:49 /usr/bin/gcc-4.2
-rwxr-xr-x 1 root root  16312 2007-10-19 11:31 /usr/bin/gccbug-4.1
-rwxr-xr-x 1 root root   2018 2007-04-08 21:57 /usr/bin/gccmakedep

As you may see I have 4.1 and 4.2 versions installed but my gcc command
is linked to 4.2, to solve that just enter these commands.

su -

export CC=/usr/bin/gcc-4.1

and then

vmware-config.pl


Kind regards,

Gareth Smith
IT Operations and Infrastructure
68-72 Waterloo Rd North Ryde,
NSW, Australia 2113
Desk:+61 2 8306 6989
Mobile:  +61 414 818 575


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Daryl Thompson
Sent: Monday, 27 October 2008 10:20 AM
To: slug@slug.org.au
Subject: Re: [SLUG] VmWare configure error

Hi

Tried it and I still get the same error

Regards,
Daryl Thompson


Daryl Thompson wrote:
> Hi Sulgers
>
> I am having trouble running "perl /usr/bin/vmware-config.pl" on my 
> Fedora 9
>
> it stops with error
>
> make: Leaving directory `/tmp/vmware-config0/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.ht
ml".
>
> Execution aborted.
Sounds like you need the vmware-any-any update patch with can be found
here:

http://knihovny.cvut.cz/ftp/pub/vmware/

The current version is:

http://knihovny.cvut.cz/ftp/pub/vmware/vmware-any-any-update115.tar.gz
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] VmWare configure error

2008-10-26 Thread Daryl Thompson
Kevin:

Vmware server "VMware-server-1.0.7-108231"

Yes i have all kernel headers



Daryl:

Vmware server 1 or 2?

Do you have all the needed kernel headers needed?

Kelvin

On Mon, 2008-10-27 at 10:20 +1100, Daryl Thompson wrote:
> Hi
> 
> Tried it and I still get the same error
> 
> Regards,
> Daryl Thompson
> 
> 
> Daryl Thompson wrote:
> > Hi Sulgers
> >
> > I am having trouble running "perl /usr/bin/vmware-config.pl" on my
> > Fedora 9 
> >
> > it stops with error
> >
> > make: Leaving directory `/tmp/vmware-config0/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.
> Sounds like you need the vmware-any-any update patch with can be found here:
> 
> http://knihovny.cvut.cz/ftp/pub/vmware/
> 
> The current version is:
> 
> http://knihovny.cvut.cz/ftp/pub/vmware/vmware-any-any-update115.tar.gz

regards

Daryl Thompson

Ph : 0408 472 041
E-Mail : [EMAIL PROTECTED]


 


 This email and any attachments are intended only for the addressee and
may contain confidential or privileged information.  If you have
 received this email in error please advise the sender by return email,
  do not use or disclose the contents, and delete the message and any
  attachments.


--


 Please consider the environment before printing this e-mail
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] VmWare configure error

2008-10-26 Thread David Gillies

Daryl Thompson wrote:

Hi Sulgers

I am having trouble running "perl /usr/bin/vmware-config.pl" on my
Fedora 9 


it stops with error

make: Leaving directory `/tmp/vmware-config0/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.

Sounds like you need the vmware-any-any update patch with can be found here:

http://knihovny.cvut.cz/ftp/pub/vmware/

The current version is:

http://knihovny.cvut.cz/ftp/pub/vmware/vmware-any-any-update115.tar.gz
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] VmWare configure error

2008-10-26 Thread Daryl Thompson
Hi

Tried it and I still get the same error

Regards,
Daryl Thompson


Daryl Thompson wrote:
> Hi Sulgers
>
> I am having trouble running "perl /usr/bin/vmware-config.pl" on my
> Fedora 9 
>
> it stops with error
>
> make: Leaving directory `/tmp/vmware-config0/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.
Sounds like you need the vmware-any-any update patch with can be found here:

http://knihovny.cvut.cz/ftp/pub/vmware/

The current version is:

http://knihovny.cvut.cz/ftp/pub/vmware/vmware-any-any-update115.tar.gz
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] VmWare configure error

2008-10-25 Thread david
vmware-config.pl tells me that the kernel is compiled with gcc 4.2.3 but I have 
4.2.4 installed. So I guess it depends on what your kernel is compiled with.


/proc/version tells you what version of gcc was used for your kernel.

I can't say I am expert on this topic.

Daryl Thompson wrote:

Hi david

My version of gcc is "gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) "

Regards,

Daryl

=

exactly the same problem I'm having except with Ubuntu

To make matters worse, the VMWare site is down for maintenamce ;-(

Under Ubuntu at least, vmware-config.pl is complaining about a mismatch of gcc 
versions. Do you have a similar problem? what version of gcc are you running?


regards,

David

Daryl Thompson wrote:

Hi Sulgers

I am having trouble running "perl /usr/bin/vmware-config.pl" on my
Fedora 9 


it stops with error

make: Leaving directory `/tmp/vmware-config0/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.







--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] VmWare configure error

2008-10-25 Thread Daryl Thompson
Hi david

My version of gcc is "gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
"

Regards,

Daryl

=


exactly the same problem I'm having except with Ubuntu

To make matters worse, the VMWare site is down for maintenamce ;-(

Under Ubuntu at least, vmware-config.pl is complaining about a mismatch of gcc 
versions. Do you have a similar problem? what version of gcc are you running?

regards,

David

Daryl Thompson wrote:
> Hi Sulgers
> 
> I am having trouble running "perl /usr/bin/vmware-config.pl" on my
> Fedora 9 
> 
> it stops with error
> 
> make: Leaving directory `/tmp/vmware-config0/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.
> 
> 
> 
> 
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] VmWare configure error

2008-10-25 Thread david

exactly the same problem I'm having except with Ubuntu

To make matters worse, the VMWare site is down for maintenamce ;-(

Under Ubuntu at least, vmware-config.pl is complaining about a mismatch of gcc 
versions. Do you have a similar problem? what version of gcc are you running?


regards,

David

Daryl Thompson wrote:

Hi Sulgers

I am having trouble running "perl /usr/bin/vmware-config.pl" on my
Fedora 9 


it stops with error

make: Leaving directory `/tmp/vmware-config0/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.





--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html