On Saturday 10 December 2005 5:06 am, Arther Martin wrote: > *Hi all,* > > *As per earlier corrospond i am havving following error while > installation of new qmail. please guid me.* > > In file included from /usr/include/openssl/ssl.h:179, > from qmail-remote.c:39: > /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or
Try adding this to the qldap Makefile: TLSINCLUDES=-I/usr/kerberos/include TLSLIBS=-L/usr/kerberos/lib -lssl -lcrypto instead of the existing definitions. -neil