Re: Problem with TSL 3.0.5 and VMware server

Juraj <[email protected]> Mon, 06 Aug 2007 22:11:15 +0200
Newsgroups gmane.linux.trustix.general
Message-ID <[email protected]>
Claudio Broglia wrote:
> Check out the VMware Server Trustix wiki page, I've written about this
> issue with SMP machines.
>   

Yes, i know you've written about it. But to solve this problem i had to 
make symlinks:
    ln -s /usr/src/kernel-source-2.6.19.7-2tr/arch/ 
/usr/src/kernel-headers-2.6.19.7-2trsmp/arch
    ln -s /usr/src/kernel-source-2.6.19.7-2tr/scripts/ 
/usr/src/kernel-headers-2.6.19.7-2trsmp/sripts

It works fine, but i realy dont know why it search for arch and scripts 
directories in kernel-headers dir.
Anyway, thak you.

Juraj