If you are getting this error
/usr/include/krb5.h:2606:24: et/com_err.h: No such file or directory
when compiling, install the e2fsprogs-devel package which provides the required header file
To install run the following then try compiling again:
yum install e2fsprogs-devel
or
up2date -u e2fsprogs-devel