vmware-view-client 2.0 on debian wheezy (i386/amd64)
So since wheezy has finally been released as the new ‘stable’ version of Debian, I went ahead and revisited vmware-view-client on wheezy. I ran into a number of problems Basically, the solution is to use multi-arch and libssl0.9.8 from Ubuntu (i386). You will want the i386 packages even if you are using the amd64 build of Debian wheezy. Please note that if you have anything that relies on the Debian squeeze version of libssl0.9.8, installing the Ubuntu version of libssl0.9.8 as seen below will break those packages and apt will want to remove them! If you get an error in apt asking to remove a number of packages or needing to run apt-get install -f to fix broken dependencies, this is the case. Removing the Ubuntu version of libssl0.9.8 and reinstalling libssl0.9.8 from squeeze will resolve that. ...