Re: [Perlgssapi-users] krb5-config not found
Brought to you by:
achimgrolms
From: David L. <Dav...@qu...> - 2007-05-11 00:06:26
|
Achim Grolms wrote: > > $r = `which krb5-config 2>/dev/null`; > > to find the krb5-config command. > > What happens if you key in > > which krb5-config > to your shell? > > I suspect the script is ending up with find_krb5config_cmd() returning "/usr/bin/krb5-config /usr/X11R6/bin/krb5-config". I am suspicious about how predictable the output of which is. You could probably write your own which() function in perl? -- David Leonard Resource Central software engineer Quest Software; 303 Adelaide St, Brisbane, Australia; www.quest.com Phone: (US) +1 801 655 2755 (AU) +61 7 3023 5133 |