in reply to Re: Problem with perl2exe
in thread Problem with perl2exe

The error message comes directly from Net::SMTP, it is complaining it can't find any plugins like Authen::SASL::Perl::GSSAPI, probably because they aren't included by perl2exe.

Replies are listed 'Best First'.
Re^3: Problem with perl2exe
by Anonymous Monk on Sep 11, 2009 at 20:52 UTC
    But there is no Authen::SASL::Perl::GSSAPI included in authen-sasl v.2.12 and usage of: use Authen::SASL::Perl::GSSAPI; is giving an error before compilation...
      Warning: Can't locate GSSAPI.pm at C:\Perl\site\lib\Authen\SASL\Perl\GSSAPI.pm line 10 @INC = C:\Perl\lib, C:\Perl\site\lib, . But the file C:\Perl\site\lib\Authen\SASL\Perl\GSSAPI.pm is there for sure ! This is very odd... Because I am using PerlEdit for editing and the script gives error on syntax checking (it is also from Indigostar), I think this is their problem.