Re: [Perlgssapi-users] krb5-config not found
Brought to you by:
achimgrolms
From: Achim G. <ac...@gr...> - 2007-05-10 20:31:30
|
On Thursday 10 May 2007 22:02, simon wrote: > Searching krb5-config command... not found! at Makefile.PL line 94. This errormessage means the Makefile.PL can not find the 'krb5-config' provided by your Kerberossystem. The Makefile.PL makes use of a backticked 'which' $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? In any case an explicit perl Makefile.PL --gssapiimpl /usr should work if your krb5-config ist /usr/bin/krb5-config Please let me know if this works for you! BTW: Net::Jabber/ Net::XMPP are making use of GSSAPI.pm or depend on it? Achim |