I have a Windows machine where Perl is installed in "C:\Program
Files\Perl64\bin\perl.exe". 

 

When executing "perl Configure VC-WIN32", I get the following error

 

'C:\Program' is not recognized as an internal or external command,

operable program or batch file.

 

I've fixed the problem, by modifying line #2394 in Configure and adding
double quotes around $config{perl}.

 

my $cmd = "\"$config{perl}\" \"-I.\" \"-Mconfigdata\" \"$dofile\"
-o\"Configure\" \"".join("\" \"",@templates)."\" > \"$out.new\"";


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4665
Please log in as guest with password guest if prompted

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to