Closed vijayakumarbathini closed 1 year ago
@vijayakumarbathini Did you compile duo_unix from source, or install one of our packages? If you used a package, which one?
I used one from fedora, duo_unix-2.0.2
The Fedora (I assume 12) package is built against the default openssl/crypto libraries that ship with Fedora, so that's why it's linked to openssl 3.
Since we don't ship an Amazon Linux targeted package, your best bet is to build from source, that way it will be sure to link to the versions available on your system.
Please reopen if building from source doesn't resolve the dependency issue
Description
Amazon2023 Image Support, duo_unix not working with openssl 3.0.8 version that is built in AL 2023 image
Im encountering an error with login_duo. Here's the error message:
login_duo: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
However, I've noticed that /lib64 has different versions of libssl and libcrypto.
Expected Behavior
duo_unix to pickup available lib crypto and libssl versions
Actual Behavior
duo_unix trying to find the older version of openssl, which can't be installed on new machine
Steps to Reproduce
Workarounds