VMplayer crash in fedora 12

After installing VMplayer from the bundle, the 3.0.1 version i were surprised because it crashed just one second after running it.  Thanks that another co-blogger posted the solution, too simple in fact:


cd /usr/lib/vmware/lib
mv libcurl.so.4 libcurl.so.4.old
 
Credits:
here and here
 
If you need to recompile the modules because some of them is failing, you can do it this way:
vmware-modconfig --console --install-all
 
If you need more help and you want to get in touch with me Why not contact me ;-)

Errors compiling VMware Server on Fedora 12

Hi! Today i downloaded vmware server to use it on my Linux workstation.  I am using Fedora 12 with the latest kernel update so i had not much hope to compile the vmware kernel modules without some troubleshooting.

After solving the problems, here i share the solutions i hope to help you.  If you find it useful, remember that you can Invite me a kaffee ! :)

1. Download the latest VMware workstation (It is free)
https://www.vmware.com/tryvmware/p/activate.php?p=server20&lp=1&ext=1

Note: I downloaded the rpm version.

2. Install it:
yum install VMware-server-2.0.2-203138.i386.rpm

3. Try to compile the modules:
vmware-config.pl

Ok.. in this moment a lot of warnings and errors appear between them, errors with vmnet, vmci, etc...

make[1]: Leaving directory `/usr/src/kernels/2.6.32.10-90.fc12.i686'
Unable to build the vmnet module.


Unable to build the vmci module.

4. Patch the modules:

- Download from http://www.erdemap.com/store/2.6.32.10-90.fc12.vmmon.tar.gz
wget http://www.erdemap.com/store/2.6.32.10-90.fc12.vmmon.tar.gz

5. unzip & untar it.
6. execute the patch shell script *inspect it first, it is very VERY basic*
7. After installing the patches, execute the vmware-config.pl

Starting VMware services:
   Virtual machine monitor                                 [  OK  ]
   Virtual ethernet                                        [  OK  ]
   Bridged networking on /dev/vmnet0                       [  OK  ]
   Host-only networking on /dev/vmnet1 (background)        [  OK  ]
   DHCP server on /dev/vmnet1                              [  OK  ]
   Host-only networking on /dev/vmnet8 (background)        [  OK  ]
   DHCP server on /dev/vmnet8                              [  OK  ]
   NAT service on /dev/vmnet8                              [  OK  ]
   VMware Server Authentication Daemon (background)        [  OK  ]
   Shared Memory Available                                 [  OK  ]
Starting VMware management services:
   VMware Server Host Agent (background)                   [  OK  ]
   VMware Virtual Infrastructure Web Access
Starting VMware autostart virtual machines:

If you need more help and you want to get in touch with me
Why not contact me ;-)