Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: SOAP::Lite, HTTPS and Windows

by Anonymous Monk
on Mar 29, 2011 at 23:11 UTC ( [id://896289]=note: print w/replies, xml ) Need Help??


in reply to SOAP::Lite, HTTPS and Windows

fork, then require yada yada SSL, or use threads, then require yada yada ssl

Check for error messages in the eventviewer (eventvwr.msc)

Replies are listed 'Best First'.
Re^2: SOAP::Lite, HTTPS and Windows
by gxbacher (Novice) on Mar 30, 2011 at 19:43 UTC
    Thanks for that, the event log reveals:
    Faulting application name: perl.exe, version: 0.0.0.0, time stamp: 0x4adf6716
    Faulting module name: libssl32_.dll, version: 0.0.0.0, time stamp: 0x4a8d73a0
    Exception code: 0xc0000005
    Fault offset: 0x00006648
    Faulting process id: 0xa88
    Faulting application start time: 0x01cbee534f4beda4
    Faulting application path: C:\strawberry\perl\bin\perl.exe
    Faulting module path: C:\strawberry\c\bin\libssl32_.dll

    If Windows forked "process" fails, why would threads be any different?

      its different because you use require instead of use, thats why its different

Log In?
Username:
Password:

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

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

    No recent polls found