Hi ,
I am able to fix the issue by adding libcgroup-0.37-1 rpm .
Also we have to compile it for centos 5 as package is not aviable for centos 5 .
Steps to compile it are as below :-
Download source rpm from here :-
ftp://ftp.pbone.net/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/6Client/en/os/SRPMS/libcgroup-0.37-4.el6.src.rpm
Extract it using zip7 on windows also extract the cpio file you will get source :-
Then upload the expracted source directory it to your server .
Install this packages:-
yum install pam-devel byacc flex coreutils shadow-utils make gcc rpm-build gcc-c++ -y
Go in the source directory and run this command :-
rpmbuild -ta libcgroup-0.37.tar.bz2