Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

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

by Lotus1 (Vicar)
on Apr 12, 2021 at 14:19 UTC ( [id://11131146]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11131146]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 12:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found