Your logs point to conflicts in headers between different kernels you have on the system. Please make sure you install all rpms (including kernel-devel and kernel-headers) corresponding to your target kernel and resolve conflicts before using add_kernel_support (use rpm with "--replacefiles"). Also if you are running add_kernel_support under target kernel (that is what I'd do) you can skip "-k 2.6.18-371.1.2.el5" in command line, it will take "uname -r" value itself.
↧