Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

difference bw kernel source file and kernel header files

Status
Not open for further replies.

12345671

IS-IT--Management
May 24, 2003
106
AU
To install onw driver in Redhat9, the instruction says
I have to have kernel-headers and kernel-source isntalled first. What is difference bw the two? I found kernel-source.rpm in Redhat 2nd CD, but didn't find kernel-hearder.rpm or something similar?
 

Kernel headers are installed by default for definition of kernel APIs so you can use them in your own C/C++ programs.

Kernel source includes the headers, but also has the source code to rebuild the kernel.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top