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

Re: Net::SSLeay and Tomcat

by randyk (Parson)
on Jan 16, 2006 at 21:16 UTC ( [id://523608]=note: print w/replies, xml ) Need Help??


in reply to Net::SSLeay and Tomcat

Windows uses the PATH environment variable to looks for dlls. You might try setting that in your script, early enough on, to include the directory where ssleay.dll resides. Alternatively, if you're using Apache, you can use the PassEnv or SetEnv directives to, respectively, pass or set environment variables. Another option is to place the dlls in a standard location within the system's PATH (eg, C:\WINDOWS\system32), so that altering the PATH wouldn't be needed.

Log In?
Username:
Password:

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

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

    No recent polls found