client-sdk-fidoiot icon indicating copy to clipboard operation
client-sdk-fidoiot copied to clipboard

[BUG] Building the client-sdk binary with openssl 1.1.1 environment and executing it on openssl 3 environment will fail.

Open tajnisha opened this issue 2 years ago • 1 comments

Describe the bug Building the client-sdk binary with openssl 1.1.1 environment and executing it on openssl 3 environment will fail..

To Reproduce Steps to reproduce the behavior:

  1. Build the client-sdk in openssl 1.1.1q environment.
  2. Copy and execute the binary in openssl 3 environment.

Expected behavior Binary executes fine.

Screenshots /linux-client: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory.

Test Environment Openssl 3 installed linux OS.

Additional context Add any other context about the problem here.

tajnisha avatar Jul 19 '22 15:07 tajnisha