in reply to [Linux][Perl 5.20.1] embedded perl in C application
I don't think you need to bootstrap Net::SMTP at all, because the bootstrap() function is only for XS code.
At least that is what I get from DynaLoader.
I think your program should be able to compile, at least if there is Net/SMTP.pm somewhere on the disk or you put a callback into @INC to supply the source code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: [Linux][Perl 5.20.1] embedded perl in C application
by soundlord (Novice) on Apr 02, 2018 at 00:31 UTC | |
by hippo (Archbishop) on Apr 02, 2018 at 11:50 UTC |