#612 closed defect (duplicate)
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"
Attachments (1)
Change History (3)
by , 5 years ago
Attachment: | openssl.bat.done added |
---|
comment:2 by , 5 years ago
sorry for duplicate - got an error message when creating #611, did not see it was created
Note:
See TracTickets
for help on using tickets.
modified openssl.bat for OSGeo4W64 (64bit) after sucessful run