![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
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 |
|
|
#1 |
|
Gee! These Aren't Roasted!
![]() 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) Thanks Last edited by trmentry; April 29th, 2008 at 08:47 PM.. Reason: found solution |
|
|
|
|
|
#3 |
|
Gee! These Aren't Roasted!
![]() 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 |
|
|
|
|
|
#5 |
|
Gee! These Aren't Roasted!
![]() 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 |
|
|
|
|
|
#6 |
|
Gee! These Aren't Roasted!
![]() 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.
|
|
|
|
|
|
#7 |
|
Gee! These Aren't Roasted!
![]() 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.. |
|
|
|
|
|
#8 |
|
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.
|
|
|
|
|
|
#9 |
|
Gee! These Aren't Roasted!
![]() 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
|
|
|
|
|
|
#10 |
|
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
|
|
|
|
| Bookmarks |
| Tags |
| 8.04, hardy, vmware server console |
| Thread Tools | |
| Display Modes | |
|
|