For Programmers: Free Programming Magazines  


Home > Archive > LDAP > May 2006 > GSSAPI module fails to build under Solaris









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author GSSAPI module fails to build under Solaris
Quanah Gibson-Mount

2006-04-20, 10:06 pm

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
Achim Grolms

2006-04-21, 4:09 am

On Friday 21 April 2006 04:36, Quanah Gibson-Mount wrote:

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

[...GSSAPI module and Solaris...]

> which krb5-config
> /usr/pubsw/bin/krb5-config
> So I'd recommend defaulting to the shell builtin.


Thank you,
Achim

(You can use use perlgssapi-developer@lists.sourceforge.net instead of
perl-ldap@perl.org)
Achim Grolms

2006-05-28, 8:10 am

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com