snazim sa nainstalovat vmware server 1.0.3-44356 na trustix-a 3.0.5 s kernelom 2.6.19.7-2trsmp a pri kompilacii vmmon modulu mi to vzdy krachne. Vsetko robim podla http://trustix.org/wiki/index.php/Installing_VMware_on_TSL kde sa sice uvazda ze vmware ma problem s smp no neuvazda sa ako fixnut tento 'bug'
pokial pri instalacii zadam cestu umiestnenia kernel headers na '/lib/modules/2.6.19.7-2tr/build/include' tak dostanem
The directory of kernel headers (version 2.6.19.7-2tr) does not match your
running kernel (version 2.6.19.7-2trsmp). Even if the module were to compile
successfully, it would not load into the running kernel.
pokial zadam '/lib/modules/2.6.19.7-2trsmp/build/include' tak uvidim
Extracting the sources of the vmmon module.
Building the vmmon module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmmon-only'
make -C /lib/modules/2.6.19.7-2trsmp/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/kernel-headers-2.6.19.7-2trsmp'
Makefile:275: /usr/src/kernel-headers-2.6.19.7-2trsmp/scripts/Kbuild.include: No such file or directory
Makefile:492: /usr/src/kernel-headers-2.6.19.7-2trsmp/arch/i386/Makefile: No such file or directory
make[1]: *** No rule to make target `/usr/src/kernel-headers-2.6.19.7-2trsmp/arch/i386/Makefile'. Stop.
make[1]: Leaving directory `/usr/src/kernel-headers-2.6.19.7-2trsmp'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
Unable to build the vmmon module.
len pre uplnost dodavam ze vsetky balicky potrebne pre kompilaciu mam instalnute (menovite make, gcc, glibc-devel, kernel-source, kernel-headers, xorg-x11-libs)
vdaka za akukolvek radu ;)
tuto chybu vyhodi az pri konfiguracii ktora nasleduje po instalacii
Have you tried:
#cd /usr/src/linux
#make cloneconfig
#make prepare-all
Also check that you have the right kernel sources and the symlink /usr/src/linux points to them correctly.