View Single Post

  #2 (permalink)  
Old 04-02-2004
Jeroen Smaal
 
Posts: n/a
Default Re: building apache2 with ssl


"slukacs" <slukacs@adelphia.net> wrote in message
news:fa2dnbQXf4iHXPDdRVn-gw@adelphia.com...
>
> In file included from /usr/include/openssl/ssl.h:179,
> from mod_ssl.h:125,
> from mod_ssl.c:60:
> /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory


<SNIP>

I ran into that same problem building Apache 2.0.48 on RH9. The simplest
solution would be to copy /usr/local/include/kerberos/*.h to
/usr/local/include

BTW I'm not sure why this is necessary and I've never tried to find a
cleaner solution, but it works!

Jeroen.