I've been trying and failing to build isc-bind with the -with-gssapi option.  I 
want to use nsupdate -g so I can use dynamic DNS with a Windows nameserver.
When I use -with-gssapi=/usr in the Makefile, it can't find the GSSAPI library 
or the gssapi.h file:

checking for GSSAPI library... looking in /usr/lib 
checking gssapi.h usability... no 
checking gssapi.h presence... no 
checking for gssapi.h... no 
checking gssapi/gssapi.h usability... no 
checking gssapi/gssapi.h presence... no 
checking for gssapi/gssapi.h... no
configure: error: gssapi.h not found

Am I doing something wrong?  I've tried adding "gssapi" to the WANTLIB line, 
adding symlinks in /usr/lib, making a subdirectory under /usr/include/kerberosV 
called "lib," nothing works.
I noticed that the mail program nail also refuses to use GSSAPI, however 
dovecot seems to have no problem compiling it.
Why do these configure scripts (especially bind's) refuse to see the gssapi 
library?

Jeff

Reply via email to