On Thursday 18 May 2006 23:10, Don C. Miller wrote: > Achim, or anyone, have you been able to get GSSAPI to work using > activestate perl on a windows system? What requirements are there?
The core GSSAPI module is writte in XS. That means you need the C-compiler the AS Perl was build with do build the GSSAPI module. (Like to compile all other modules that should run with AS-Perl) An alternative is to - use cygwin and it's toolchain - build Perl with cygwin - Build MIT Kerberos or Heimdal with cygwin - Build GSSAPI module with cygwin - Install Authen::SASL::Perl::GSSAPI Does that help? Achim