in reply to pp generated executable can't find or load libraries

I have used pp with -M Net::SSLeay -M IO::Socket::SSL.

What happens when you include these modules like this? This is what I would try first.

  • Comment on Re: pp generated executable can't find or load libraries

Replies are listed 'Best First'.
Re^2: pp generated executable can't find or load libraries
by vexed (Novice) on Apr 12, 2021 at 23:45 UTC

    Hi Lotus1,

    Same issue, it complains about the missing libraries if I use TLS.

      You can add dll libraries by using -l library.dll. Keep running pp and adding dll's until you have them all. Have a look at the pp Options section for more about -l.