- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Reply part 2 of 2 ...
I have made some edits and gotten the original sources to compile and work (with my work spaces) under kernel 2.6.25.
Simply, I made these edits:
- tar -xvf vmmon.tar
vi vmmon-only/common/hostKernel.h +56 and remove "include <asm/page.h>"
tar -cvf vmmon.tar vmmon-only/
- tar -xvf vmnet.tar
vi vmnetInt.h +79 and remove entire "SET_SK_DEAD" declaration.
vi bridge.c +949 and remove /* SET_SK_DEAD(bridge->sk, 1); */
vi filter.c +48 and remove /* .hooknum = NF_IP_LOCAL_IN, */
vi filter.c +53 and remove /* .hooknum = NF_IP_POST_ROUTING, */
vi filter.c +233 and remove /* transmit = (hooknum == NF_IP_POST_ROUTING);*/
tar -cvf vmnet.tar vmnet-only/
Then I did the normal `/usr/bin/vmware-config.pl`