Skip to content

Getting error when building skd on Ubuntu 20.04 #3052

Discussion options

You must be logged in to vote

crypto mismatch generally indicates that you are compiling with one libcrypto and then at runtime it finds a different libcrypto. your host machine probably has another libcrypto somewhere on LDPRELOAD path. You can do something like LD_DEBUG=all your_bin to figure out which libcrypto its trying to load (or strace as alternative)

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@github-actions
Comment options

@funkvay-star
Comment options

@jmklix
Comment options

@DmitriyMusatkin
Comment options

Answer selected by jmklix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 10 days. attention This discussion needs attention.
3 participants