実行時に C headerの場所を聞かれる
What is the location of the directory of C header files that match your running kernel?
ここには無いので下記実行する
# yum install kernel-headers kernel-devel
指定場所は
[/lib/modules/2.6.18-92.1.22.el5/build/include/]
これでOK
動いているKernelのバージョンと同一バージョンをインストールしないと失敗します
# uname -a
Linux localhost.localdomain 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 12:03:43 EST 2008 i686 i686 i386 GNU/Linux