Replies: 1 comment
-
The error appears due to this check here:
It's checking for a symbol in the crypto library but cannot find it ... Can you run this type of command with your OpenSSL 3.3 library:
I still see these symbols but maybe they disappeared. I just looked on a Mac with OpenSSL 3.3.0 installed and there I can run the following (and also build libtpms and swtpm):
I don't find useful symbols in libcrypto.dylib so this should be the file to look at and it seems to have the symbols that we are looking for. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to run the simulator on an M1 Mac using the instructions in the Wiki for OSx. The paths are not very clear but this is how I'm trying to run the configure cmd:
LDFLAGS="-L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/include" CFLAGS="-I/usr/local/opt/openssl/include -I/usr/local/opt/openssl/include -O2" CC=gcc PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig ./autogen.sh --prefix=/Users/<myusername> --with-openssl --with-tss-user=<myusername> --with-tss-group=<myusername>
This ends up with an
configure: error: Faulty openssl crypto library
despite having openssl correctly installed in my system.I need some help trying to figure out what could be the reason behind this issue?
Beta Was this translation helpful? Give feedback.
All reactions