Archive for '8.04' Category
VMware and Ubuntu “Hardy Heron” 8.04
14 April 2008I didn’t think it was going to be possible but this guy found a way for me to at least get the server console running so that I can connect to my machine at work!!
Basically the solution was to move vmware versions of libgcc and libpng out of the way
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 […]