Hi Guys,

Newb here.. I am trying to install vmware-server 2. I have followed the steps on; https://help.ubuntu.com/community/VMware/Server/AMD64

The problem I am facing is with installing the linux-headers. Here is the output of what happens.

Code:
$ sudo apt-get install build-essential linux-headers-`uname -r` xinetd
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version.
Package linux-headers-2.6.24-23-server is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package linux-headers-2.6.24-23-server has no installation candidate
I am running ubuntu 8.04 AMD 64.

Here is my `uname -r`

Code:
2.6.24-23-server
Please help!