Link to home
Start Free TrialLog in
Avatar of Muhajreen
Muhajreen

asked on

Installing kernel resource in CentOS 6

Hello experts,

I have setup CentOS 6.4 minimal version on a server. I am trying then to install a driver called (DAHDI). First when I try to compile the DAHDI using (make all) command, I receive this error:

You do not appear to have the sources for the 2.6.32-358.18.1.el6.i686 kernel installed.

How to solve this? Please I need steps, not long descriptions of the problem as I found in lot of sites.
ASKER CERTIFIED SOLUTION
Avatar of slubek
slubek
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Muhajreen
Muhajreen

ASKER

Thank you.

kernel-headers is already installed and up to date.

So what's wrong???
Ok I have just tried installing kernel-devel and it solved my problem :)

Thanks again.