You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently commented out in the Dockerfile.release. During the compile of the tpm2-openssl I get this error. Tried solving it using libssl-dev but seems not to work. Wouldn't like to specifically compile openssl into this but it is an option. If anyone has a better idea then please solve :-)
#34 9.558 checking for CRYPTO... no
#34 9.565 configure: error: Package requirements (libcrypto >= 3.0.0) were not met:
#34 9.565
#34 9.565 Requested 'libcrypto >= 3.0.0' but version of OpenSSL-libcrypto is 1.1.1f
#34 9.565
#34 9.565 Consider adjusting the PKG_CONFIG_PATH environment variable if you
#34 9.565 installed software in a non-standard prefix.
#34 9.565
#34 9.565 Alternatively, you may set the environment variables CRYPTO_CFLAGS
#34 9.565 and CRYPTO_LIBS to avoid the need to call pkg-config.
#34 9.565 See the pkg-config man page for more details.
------
failed to solve with frontend dockerfile.v0: failed to build LLB: executor failed running [/bin/sh -c ./bootstrap && ./configure && make && make install]: runc did not terminate sucessfully
make: *** [Makefile:39: all] Error 1
The text was updated successfully, but these errors were encountered:
Currently commented out in the Dockerfile.release. During the compile of the tpm2-openssl I get this error. Tried solving it using libssl-dev but seems not to work. Wouldn't like to specifically compile openssl into this but it is an option. If anyone has a better idea then please solve :-)
So, libssl-dev is the wrong version:
Error from ./compile here:
The text was updated successfully, but these errors were encountered: