I'm helping a friend who's doing development work using MinGW. One of the components he is working with is OpenSSL (v1.0.0a).
When running the "./config" file for OpenSSL on the MSYS command prompt, he always gets the "You need Perl 5" message. He already has Strawberry Perl v5.10 installed and running (we were able to run some sample Perl scripts in the same MSYS command prompt).
He is currently using the MinGW and MSYS builds from nuwen.net. I have tried the following:
- Re-running the post-install shell script: it sees the Strawberry Perl folders in PATH, but he still gets the same message
- Renaming the nuwen MinGW folder and installed the (older) MinGW/MSYS software from MinGW.net: after going through the post-install script, we get the same result.
How can we get MinGW/MSYS to recognize the installed Perl? Thanks in advance.
EDIT: Here are the files "config" and "Configure" from the OpenSSL source tarball.
