Fixing VMWare Server on Ubuntu Edgy
After upgrading from Dapper to Edgy and re-running vmware-tools-install, I got this error when trying to start the vmware console:
/usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)
I found a thread about it here: http://www.vmware.com/community/thread.jspa?threadID=38856&tstart=0
The fix that actually worked was to remove libdbus-1-2:
apt-get remove libdbus-1-2
Many thanks to PsyDoc on the VMTN forum!
Trackbacks
Use the following link to trackback from your own site:
http://blog.wilf.me.uk/trackbacks?article_id=fixing-vmware-server-on-ubuntu-edgy&day=05&month=03&year=2007