Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Virtualization
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Virtualization
For questions on VMWare, VirtualBox, Xen, QEMU and other virtualization software.

 
Thread Tools Display Modes
Old April 28th, 2008   #1
trmentry
Gee! These Aren't Roasted!
 
trmentry's Avatar
 
Join Date: Jun 2006
Location: 41.878269,-87.632436
Beans: 220
Ubuntu 8.04 Hardy Heron
[SOLVED] vmware server console not working after upgrade to hardy

I just upgraded to Hardy on my laptop. Everything seems to be working fine. Except vmware-server-console doesn't run.

I figured I needed to reinstall it so I re-ran the pl script. It says it installed fine. But when I run it I get the following:

Code:
$ vmware-server-console
/usr/lib/vmware-server-console/bin/vmware-server-console: /usr/lib/vmware-server-console/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
/usr/lib/vmware-server-console/bin/vmware-server-console: /usr/lib/vmware-server-console/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)
/usr/lib/vmware-server-console/bin/vmware-server-console: /usr/lib/vmware-server-console/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)
/usr/lib/vmware-server-console/bin/vmware-server-console: /usr/lib/vmware-server-console/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
/usr/lib/vmware-server-console/bin/vmware-server-console: /usr/lib/vmware-server-console/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)
/usr/lib/vmware-server-console/bin/vmware-server-console: /usr/lib/vmware-server-console/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)
/usr/lib/vmware-server-console/bin/vmware-server-console: /usr/lib/vmware-server-console/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
/usr/lib/vmware-server-console/bin/vmware-server-console: /usr/lib/vmware-server-console/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)
/usr/lib/vmware-server-console/bin/vmware-server-console: /usr/lib/vmware-server-console/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)
I'm not sure how to proceed on this. Any pointers?

Thanks

Last edited by trmentry; April 29th, 2008 at 08:47 PM.. Reason: found solution
trmentry is offline   Reply With Quote
Old April 28th, 2008   #2
bollix47
Quad Shot of Ubuntu
 
Join Date: Apr 2006
Beans: 496
Ubuntu 8.04 Hardy Heron
Re: vmware server console not working after upgrade to hardy

Have a look at this post.

In particular there are a couple of ln commands near the bottom of the post that may help.
bollix47 is offline   Reply With Quote
Old April 28th, 2008   #3
trmentry
Gee! These Aren't Roasted!
 
trmentry's Avatar
 
Join Date: Jun 2006
Location: 41.878269,-87.632436
Beans: 220
Ubuntu 8.04 Hardy Heron
Re: vmware server console not working after upgrade to hardy

Nope. Those symlinks didn't appear to help. Get the same errors as above.

Thanks though


This is just for the client console not for the server itself. I have the server running on another box, so just need the client on my laptop.

Last edited by trmentry; April 28th, 2008 at 08:38 AM.. Reason: Clarity
trmentry is offline   Reply With Quote
Old April 28th, 2008   #4
bollix47
Quad Shot of Ubuntu
 
Join Date: Apr 2006
Beans: 496
Ubuntu 8.04 Hardy Heron
Re: vmware server console not working after upgrade to hardy

This post in the same thread shows errors similar to yours. You could try copying the mentioned files.
bollix47 is offline   Reply With Quote
Old April 28th, 2008   #5
trmentry
Gee! These Aren't Roasted!
 
trmentry's Avatar
 
Join Date: Jun 2006
Location: 41.878269,-87.632436
Beans: 220
Ubuntu 8.04 Hardy Heron
Re: vmware server console not working after upgrade to hardy

Code:
# cp /lib/libgcc_s.so.1 /usr/lib/vmware/lib/libgcc_s.so.1/
cp: `/lib/libgcc_s.so.1' and `/usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1' are the same file

# cp /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/
cp: `/usr/lib/libpng12.so.0' and `/usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0' are the same file
trmentry is offline   Reply With Quote
Old April 28th, 2008   #6
trmentry
Gee! These Aren't Roasted!
 
trmentry's Avatar
 
Join Date: Jun 2006
Location: 41.878269,-87.632436
Beans: 220
Ubuntu 8.04 Hardy Heron
Re: vmware server console not working after upgrade to hardy

Also is there a clean way to uninstall the vmware-server-console? I'm not wanting to manually do it unless necessary as I have vmware workstation working and dont' want to bork it by removing the wrong files.
trmentry is offline   Reply With Quote
Old April 29th, 2008   #7
trmentry
Gee! These Aren't Roasted!
 
trmentry's Avatar
 
Join Date: Jun 2006
Location: 41.878269,-87.632436
Beans: 220
Ubuntu 8.04 Hardy Heron
[SOLVED] Re: vmware server console not working after upgrade to hardy

Found this here that had the answer that worked for me to get it working.

Code:
cd /usr/lib/vmware-server-console/lib/libgcc_s.so.1

mv libgcc_s.so.1 libgcc_s.so.1.org

cd ../libpng12.so.0

mv libpng12.so.0 libpng12.so.0.org

Last edited by trmentry; April 29th, 2008 at 08:50 PM..
trmentry is offline   Reply With Quote
Old May 2nd, 2008   #8
mangeli
First Cup of Ubuntu
 
Join Date: Feb 2008
Beans: 1
Re: vmware server console not working after upgrade to hardy

Those commands work for me, but I had to use sudo before.
mangeli is offline   Reply With Quote
Old May 2nd, 2008   #9
trmentry
Gee! These Aren't Roasted!
 
trmentry's Avatar
 
Join Date: Jun 2006
Location: 41.878269,-87.632436
Beans: 220
Ubuntu 8.04 Hardy Heron
Re: vmware server console not working after upgrade to hardy

Quote:
Originally Posted by mangeli View Post
Those commands work for me, but I had to use sudo before.
Yah... sorry about that... I was root when I did it and forgot about sudo.
trmentry is offline   Reply With Quote
Old May 13th, 2008   #10
jcolley
First Cup of Ubuntu
 
Join Date: Nov 2007
Beans: 7
Re: [SOLVED] vmware server console not working after upgrade to hardy

Those commands as sudo work for me also
jcolley is offline   Reply With Quote

Bookmarks

Tags
8.04, hardy, vmware server console

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:06 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry