Vmware Server is easy to install on Opensuse 10.2 Just follow these simple steps.
1. First lets install some prerequisites. You will need the Kernel-source, gcc, gcc-c++, and make. Install through Yast.
2. Download Vmware Server from here, download the RPM install: [http://www.vmware.com/download/server/]
3. Log in as root and Install Vmware Server.
4. Still as root run vmware-config.pl
5. Run vmware and start setting up your Virtual OS.s
6. If you cannot browse through vmware to choose your virtual machine, and you are getting a "VFS error invalid parameters", then do this to fix it.
Open a terminal and su to become root then enter these commands:
cd /usr/lib/vmware/lib/libpng12.so.0
mv libpng12.so.0 libpng12.so.0.old
ln -sf /usr/lib/libpng12.so.0 libpng12.so.0
cd /usr/lib/vmware/lib/libgcc_s.so.1
mv libgcc_s.so.1 libgcc_s.so.1.old
ln -sf /lib/libgcc_s.so.1












