> From: Claudio Broglia [EMAIL PROTECTED]
> Sent: 2007-02-20 13:52:55 CET
> To: [email protected]
> Subject: Re: Problem compiling VMware Tools with TSL 305 in ESX3?
> 
> Hi Christopher,
> I think your problem can be
> 1) you need kernel-headers and related packages (try kernel-source,
> gcc, glibc-devel, ...)
> 2) maybe you're missing a symlink that point to the kernel sources
> 2) your kernel is 2.6.19.x. This kernel breaks some compatibility with
> 2.6.17.x, and maybe some declare directive in source as changed, and
> the vmware compiling tool don't find them.
> 
> Let us know if you're successfull ;)

Hi Claudio,

I've installed these packages:

make
gcc
glibc-devel
kernel-source
kernel-headers
kernel-utils

And I ran these commands to set up my system:

cd /usr/src
ln -s kernel-source-<version> linux
cp /boot/config-<version> /usr/src/linux/.config
cd /usr/src/linux
make oldconfig
make modules_prepare

Also tried to link arch and script into kernel-headers as brian talked about. 
No luck :(

/Christopher
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to