I have a small perl script I wrote that retrieves files using LWP::UserAgent to get files from a cert protected directory off o a web server. The script works fine on *nix boxes. Now I have to get it to work on an NT box, and I am new to perl on NT. I installed activestate perl, then mingw. I compiled openssl, which seemed to work just fine (no error messages) using the included instructions for mingw. Installed the Net::SSLeay package. Move the script over, changed things
to match the new environment. The script is returning web error 500. I am thinking that it is not correctly passing the certs. I tried to compile Crypt::SSLeay myself, but I am getting make errors, so maybe I will try nmake. I did note that perl Makefile.PL does not find the openssl libraries. I also noted the the libraries for openssl are in the out directory, and no include or inc32 directories exists. Do I need to create these and where should they be located? ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]