On Sat, 20 Jun 1998, SLP wrote:
> How can I Verify that the source code for my current kernel version is
> installed?
Well now, that depends on which "package" of Linux you're using. Assuming
you're using RedHat...
To start with, you should have your kernel sources in /usr/src/linux,
which should be a soft link to something like linux-2.0.34 -- depending
on which version of the kernel you're running.
Then try this:
rpm -qa | grep kernel
One of the several lines you get, should start with "kernel-source".
In addition, it should show the same version as the kernel you're running.
Here's what I get:
# rpm -qa | grep kernel
kernelcfg-0.4-8
kernel-2.0.34-0.6
kernel-ibcs-2.0.34-0.6
kernel-pcmcia-cs-2.0.34-0.6
kernel-headers-2.0.34-0.6
kernel-source-2.0.34-0.6
#
Now, if you're not running RedHat, then I don't know... I've never used
any other Linux.
/ Ray
------------------------------------+------------------------------------
Ray Marshall <[EMAIL PROTECTED]> | Unconditional Forgiveness & Love --
Chapel Hill NC, or Sutton Mills NH. | The corner stones of coexistence.
Work: [EMAIL PROTECTED]
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.