<<< Date Index >>>     <<< Thread Index >>>

Re: unable to compile mutt on rh-9



On Tue, Nov 18, 2003 at 07:42:09PM +0530, Fran?ois Patte wrote:
> Dear Developpers,
> 
> I try to compile mutt on a rh 9 but there is some problem with the libraries 
> path:
> <..snip..>
> For this error message:
> 
> /usr/include/openssl/kssl.h:72:18: krb5.h: Aucun fichier ou r?pertoire de ce 
> type
> 
> the file krb5.h is present in
> 
> /usr/kerberos/include/krb5.h

Simple solution is to set the environment variable CPPFLAGS so it contains 
"-I/usr/kerberos/include".  Rerun ./configure, and it should be fine.

Nathan