Quoting Mark Coccimiglio <[EMAIL PROTECTED]>:

> I had a problem building freeradius-1.0.0-pre2  on RH Fedora Core2 and 
> was able to figure a workaround.
> 
> 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.

The other solution is to configure as:
   CFLAGS="-I/usr/include/et" ./configure [other options]

> 
> Just thought I let everyone know.
> 
> Mark C.
> 
> 
> 
> 

I guess creating a symbolic link would allow other applications to use the header file
as well.  That's probably a better choice.

-Al



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to