in reply to Net-SSLeay problem in perl for Windows

I don't know why that *exact* code fails if LWP::UserAgent is not using threads internally (that's my impression). Unless you are using your code in a multi-threaded program?

  • Comment on Re: Net-SSLeay problem in perl for Windows

Replies are listed 'Best First'.
Re^2: Net-SSLeay problem in perl for Windows
by lbrandewie (Acolyte) on Dec 18, 2019 at 00:32 UTC

    That exact code does fail with the message shown, and not in a multithreaded app. I am developing a multi-threaded app but I pulled the code to a test program that also fails. Perhaps this means some portion of the library code is multi-threaded. HTH.