Re: [Perlgssapi-developer] http://search.cpan.org/~agrolms/GSSAPI-0.14/GSSAPI.pm
Brought to you by:
achimgrolms
|
From: Achim G. <per...@gr...> - 2006-02-10 00:56:29
|
On Friday 10 February 2006 00:11, Merijn Broeren wrote:
> > b) bypassed to LDDLFLAGS?
> >
> > (My code does (b) now)
>
> I'd go with b).
That is implemented in GSSAPI-0.16 on CPAN
from Changes file:
0.16 -changed Context.xs Destructor to warn only on GSS_S_FAILURE
(see
<http://sourceforge.net/mailarchive/forum.php?thread_id=9674417&forum_id=47637>)
-Makefile.PL passes all the (needed!) krb5-config --libs gssapi stuff
that is
ignored by LIBS to LDDLFLGAS
-Tried to add userdocumentation to GSSAPI.pm (GSSAPI::Name)
|