As a newbie in linux environment, I am trying to install clamav daemon, which is clamd, on oracle redhat linux 6 kernel EUK 2.6.39-400. It needs to have fanotify enabled in the kernel. As I see there is no fanotify.h in the "/usr/include/directory/". I know the stable release of fanotify is in the 3.6.37 and later of linux kernel. I want to enable it in the current release without getting the source code of the kernel and compile it. Although, I did that before and I faced too many errors and problems in compiling source code.
Is there any management like "windows component manager" in linux to make it easier to enable that feature? Or any other way to make it.
Currently I got the source code of kernel 3.2.x on CentOS and kernel 2.6.32.x and I don't have problem in compiling it to make new working kernel based on source code. but in Oracle linux I have many problems.