Basically the build stopped because my system lacked the file "com_err.h" So I installed the current RPM for krb5 and still ran into the problem. It appears that the file is located at /usr/include/et when freeradius is looking for the file at /usr/include. As a "quick and dirty" fix I soft linked the file in the "et" directory into /usr/include (ln -s /usr/include/et/com_err.h /usr/include/com_err.h) and the build completed sucessfully.
Just thought I let everyone know.
Mark C.
smime.p7s
Description: S/MIME Cryptographic Signature

