The GSSAPI module fails to build on Solaris because it looks for:

/usr/bin/which and /usr/which

to tell it where krb5-config is located.

These are "csh" script in Solaris, and there is a long standing very obnoxious bug with Solaris where csh scripts don't work:

/bin/which krb5-config
host: Undefined variable


blah blah.

Of course, just using the shell built-in does work:

which krb5-config
/usr/pubsw/bin/krb5-config


So I'd recommend defaulting to the shell builtin.

--Quanah

--
Quanah Gibson-Mount
Principal Software Developer
ITS/Shared Application Services
Stanford University
GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html

Reply via email to