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

Richard Levitte via RT rt at openssl.org
Tue Aug 30 16:44:08 UTC 2016


https://github.com/openssl/openssl/pull/1519

Cheers,
Richard

On Tue Aug 30 09:35:42 2016, levitte wrote:
> Good find. I'll fix.
>
> Cheers,
> Richard
>
> On Mon Aug 29 22:06:51 2016, jveazey at gmail.com wrote:
> > 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\"";
> >
>
>
> --
> Richard Levitte
> levitte at openssl.org


--
Richard Levitte
levitte at openssl.org

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



More information about the openssl-dev mailing list