Can't get OpenSSL to run on Windows (same code works fine on Linux)
-
Just to rule out the obvious, do you have perl installed ?
-
Yup. I installed Active Perl also and tried that. Changed paths,etc. It seems to run perl; it just doesn't know what configure is.
-
Just thought of something when reading your configure.exe line.
Since it can't find configure, are you building from the sources ?
If not, then it's the first thing to get. Next what you need to add to the configure line is:
@./configure.exe -openssl-linked -I C:\OpenSSL-Win32\include -L C:\OpenSSL-Win32\lib@