[osgeo4w-dev] [osgeo4w] #612: Bug: postinstall openssl.bat fails in OSGeo4W64 (64bit) with openssl 1.1.1d-1

OSGeo4W trac_osgeo4w at osgeo.org
Tue Oct 8 10:39:23 PDT 2019


#612: Bug: postinstall openssl.bat fails in OSGeo4W64 (64bit) with openssl
1.1.1d-1
-------------------+------------------------------------------------------
Reporter:  deezx   |      Owner:  osgeo4w-dev@…
    Type:  defect  |     Status:  new
Priority:  major   |  Component:  Package
 Version:          |   Keywords:  openssl postinstall 1.1.1d-1 openssl.bat
-------------------+------------------------------------------------------
 **openssl.bat failes with exit code 1** in **OSGeo4W64** (64bit) when
 installing openssl 1.1.1d-1

 openssl.bat (etc/postinstall) contains:

 {{{
 dllupdate -oite -copy -reboot "%OSGEO4W_ROOT%\bin\libcrypto-1_1.dll"
 dllupdate -oite -copy -reboot "%OSGEO4W_ROOT%\bin\libssl-1_1.dl
 }}}

 but for x64 should be

 {{{
 dllupdate -oite -copy -reboot "%OSGEO4W_ROOT%\bin\libcrypto-1_1-x64.dll"
 dllupdate -oite -copy -reboot "%OSGEO4W_ROOT%\bin\libssl-1_1-x64.dll"
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/osgeo4w/ticket/612>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer and package environment for the OSGeo stack.


More information about the osgeo4w-dev mailing list