Hello,
I recently installed a DL360 G4with FC3. I'm new on Proliants with Linux, but I must say that I have no problem with this, ... till I try to install management agents.
I install hpasm package with:
rpm -i hpasm-7.1.0-145.rh80.i386.rpm
and try to execute
hpasm activate
as rpm installation process suggest at finish.
At this point I get compilation failure:
Starting HP Server Management Drivers and Agents, please wait ...
md5sum: /boot/vmlinuz: No such file or directory
In file included from cpqevtw_linux.h:71,
from cpqevtw_linux.c:34:
/usr/include/linux/modversions.h:1:2: #error Modules should never use kernel-headers system headers,
/usr/include/linux/modversions.h:2:2: #error but rather headers from the appropriate kernel package.
/usr/include/linux/modversions.h:3:2: #error Change -I/usr/src/linux/include (or similar) to
/usr/include/linux/modversions.h:4:2: #error -I/lib/modules/$(uname -r)/build/include
/usr/include/linux/modversions.h:5:2: #error to build against the currently-running kernel.
In file included from /lib/modules/2.6.9-1.667smp/build/include/asm/smp.h:18,
from /lib/modules/2.6.9-1.667smp/build/include/linux/smp.h:17,
from /lib/modules/2.6.9-1.667smp/build/include/linux/sched.h:23,
...
I think that the sentence "Modules should never use kernel-header..." contained in /usr/include/linux/modversions.h could be the point... but I don't understand what means.
I have installed kernel sources (kernel-2.6.9-1.667.src.rpm) etc. etc.
Any ideas? Any experience in this environment?
Thanks in advance.