Hi All,
I have a CGI script that uses Net::SSLeay. When I run the script on the command line it works fine. But when I access the script from a browser through a Tomcat (version 5.5) server, I get a message "Cannot find ssleay.dll". I am using ActiveState Perl 5.8 on Windows XP. I am presuming it cannot find the dll because Tomcat is not passing it some enviorment variable it needs so perl can know where to find the dll. Can anyone tell me what I can do so that it can correctly find the .dll when being run from inside of Tomcat?
Thanks!