19 Jun
2024
19 Jun
'24
6:59 p.m.
On 6/19/24 09:28, Hans Hagen via ntg-context wrote:
[...] I‘m afraid I don’t know what I’m missing. probably a couple of libraries ...
local libfiles = os.name == "windows" and { "libcrypto-3-x64", "libssl-3-x64" }
On MSYS2 (Win10), I have both libs even on the bin directory.
or { "libcrypto", "libssl" }
On Linux, I have both (from openssl-libs.x86_64 and openssl-libs.i686): /usr/lib64/libcrypto.so.3 /usr/lib64/libcrypto.so.3.2.1 /usr/lib64/libssl.so.3 /usr/lib64/libssl.so.3.2.1 /usr/lib/libcrypto.so.3 /usr/lib/libcrypto.so.3.2.1 /usr/lib/libssl.so.3 /usr/lib/libssl.so.3.2.1 This might be causing the issue, but I’m afraid Wine needs 32bit libs. I need to check this further. Pablo