Try adding a -I for /usr/kerberos/include. Since they are not in the
/usr/include path that may be why it has problems.

On Fri, 18 Jul 2003, Richard Kurth wrote:

> I get this when I run locate krb5.h
> /usr/kerberos/include/gssapi/gssapi_krb5.h
> /usr/kerberos/include/krb5.h
>
> So I would say it is there
>
>
>
> >Richard Kurth wrote:
> >>Thanks for the suggestion but it did not work I still get the same error.
> >>Also this is a rh9.0 Server
> >
> >it's possible that you don't have the kerberos package installed. What:
> >
> >   % locate krb5.h
> >
> >gives? If you get nada, install the package and try again.
> >
> >>>I hit the same error trying to build on a rh9.0 workstation. This solved
> >>>my problem:
> >>>
> >>>CPPFLAGS=-I/usr/kerberos/include
> >>>export CPPFLAGS
> >[...]
> >>> > -DMOD_SSL_VERSION=\"2.8.12\" mod_ssl.c && mv mod_ssl.o mod_ssl.lo
> >>> > In file included from /usr/include/openssl/ssl.h:179,
> >>> >                   from mod_ssl.h:116,
> >>> >                   from mod_ssl.c:65:
> >>> > /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
> >[...]
> >
> >__________________________________________________________________
> >Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
> >http://stason.org/     mod_perl Guide ---> http://perl.apache.org
> >mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
> >http://modperlbook.org http://apache.org   http://ticketmaster.com
>

Reply via email to