inn-2.4.1 won't 'make' on RHEL 3 system

Bill Tangren bjt at aa.usno.navy.mil
Tue Aug 24 19:10:59 UTC 2004


Bill Tangren wrote:
> Configure runs just fine, but 'make' has this error:
> 
<SNIP>
> /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
> 

In kssl.h, there is a

#include <krb5.h>

I changed this to

#include "/usr/kerberos/include/krb5.h"

I did a

# make clean

and then a

# make

I then get a similar error, indicating that, in kssl.h, it can't find 
profile.h. I changed

#include <profile.h>

to

#include "/usr/kerberos/include/profile.h"

and then got another set of similar errors for other header files in 
/usr/kerberos/include. AARGH!

How can I get around changing maybe dozens of header files?

Bill


More information about the inn-workers mailing list