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

Indeed. Next check the Makefile file and see why the path /usr/kerberos/include is not in includes list. e.g. you could manually fix it to add /usr/kerberos/include to the list, if CPPFLAGS doesn't have an effect.


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


--


__________________________________________________________________ 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