[openssl-dev] [openssl.org #4665] Bug with OpenSSL 1.1.0 when path to Perl contains spaces

John L Veazey via RT rt at openssl.org
Mon Aug 29 22:06:51 UTC 2016


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("\" \"", at templates)."\" > \"$out.new\"";


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4861 bytes
Desc: not available
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20160829/edc8cb75/attachment.bin>


More information about the openssl-dev mailing list