Just install the kernel source. cd to the directory holding the RPM:
replacing "rpmdir" with the path the the directory holding that RPM.
Then install it:
Code:
rpm -i nameofrpm.rpm
replacing "nameofrpm" with the actual name.
calcon
Oh and once you install it, it may not create "/usr/src/linux" but it may have something like "/usr/src/linux-XXXXXX". Then you can type
Code:
ln -s /usr/src/linux-XXXXX /usr/src/linux
replacing "linux-XXXXX" with the actualy name of the folder.