Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#612 closed defect (duplicate)

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"

Attachments (1)

openssl.bat.done (145 bytes ) - added by deezx 5 years ago.
modified openssl.bat for OSGeo4W64 (64bit) after sucessful run

Download all attachments as: .zip

Change History (3)

by deezx, 5 years ago

Attachment: openssl.bat.done added

modified openssl.bat for OSGeo4W64 (64bit) after sucessful run

comment:1 by jef, 5 years ago

Resolution: duplicate
Status: newclosed

duplicate of #611

comment:2 by deezx, 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.