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: osgeo4w-dev@…
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"

Change History (1)

comment:1 by jef, 5 years ago

Resolution: fixed
Status: newclosed

Fixed in openssl-1.1.1d-2

Note: See TracTickets for help on using tickets.