Re: [Perlgssapi-users] krb5-config not found
Brought to you by:
achimgrolms
From: simon <l0c...@go...> - 2007-05-10 21:26:43
|
Hello, thanks for such a speedy reply! your help is much appreciated and has solved my immediate problem. But my first email was not clear, sorry. I needed GSSAPI to compile Authen::SASL module NOT Net::Jabber or Net::XMPP (Net::Jabber and Net::XMPP require Authen::SASL) I can now compile Authen::SASL thanks to your suggestion to use: perl Makefile.PL --gssapiimpl /usr on GSSAPI Thanks a million. S. On 5/10/07, Achim Grolms <ac...@gr...> wrote: > 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 > -- www.hootandholler.co.uk |