[SlugBug] make error

Bill Best bill at commedia.org.uk
Thu Sep 25 12:49:56 BST 2003


Bill Best wrote:
> hi
> 
> i'm getting this error message when trying to compile a package:
> 
> In file included from /usr/include/openssl/ssl.h:179,
>                  from sshmitm.c:18:
> /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
> 
> i have tried running ./configure on it's own - i get the above message 
> when i run make.
> 
> i have tried running ./configure --prefix=/usr/kerberos/include as this 
> is where krb5.h is located:
> 
> find / -name krb5.h
> /usr/kerberos/include/krb5.h
> 
> but i still get the above message when i try running make.
> 
> i presume that the problem is that krb5.h cannot be found as line 72 in 
> /usr/include/openssl/kssl.h does indeed refer to krb5.h

for reference:

CFLAGS=-I/usr/kerberos/include ./configure && make

so that the path to the header files in /usr/kerberos/include is added 
via the CFLAGS variable.

bb



More information about the SlugBug mailing list