Opened 5 years ago
Closed 5 years ago
#611 closed defect (fixed)
Bug: postinstall openssl.bat fails in OSGeo4W64 (64bit) with openssl 1.1.1d-1
Reported by: | deezx | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | openssl postinstall 1.1.1d-1 openssl.bat | |
Cc: |
Description
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"
Note:
See TracTickets
for help on using tickets.
Fixed in openssl-1.1.1d-2