-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arm64 Build #2887
Comments
For If you installed openssl via dpkg/apt, see #2866 (comment). If you installed openssl manually (i.e. not via dpkg/apt), you might need to change your install location or set |
Manually providing the
/usr/bin/ld: src/tss2-esys/.libs/libtss2_esys_la-esys_crypto_ossl.o: in function |
To all the people who struggled out there following command worked probably |
I am building tpm2-tss repo on Arm64 arch ubuntu20.04 machine and facing missing openssl error while running configure command.
I have build openssl 3.2.0 on the same machine and added path as well as defined in LDFLAGS and CFLAGS.
Following are the flags and values i have configured.
The text was updated successfully, but these errors were encountered: