K
K
korsamc2017-11-07 14:27:41
OpenSSL
korsamc, 2017-11-07 14:27:41

Undefined symbol reference, what could it be?

When compiling the RSA implementation code in qt, it gives two errors, I can’t figure out what the point is.
/openssl/libcrypto.a(dso_dlfcn.o): undefined symbol reference "[email protected]@GLIBC_2.2.5"
/lib/x86_64-linux-gnu/libdl.so.2:-1: error: error adding symbols: DSO missing from command line

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
JaxxDexx, 2017-11-07
@korsamc

Try to specify in *.pro file:
LIBS += -ldl

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question