I’m trying to link LexActivator V3 with a Linux application in Qt and getting the following:
nss.c;(.text+0xdf): undefined reference to `PK11_CreateDigestContext’
Also missing references to SSL_ImportFD (and others with SSL prefix), CERT_, and PR_, and so on. I can tell I’m missing a library, but I’m an utter novice with Linux and could really use some help.
Closer - now I get only this error:
/usr/bin/ld: /home/username/JLaser/extern/lexactivator/unix-64/libLexActivator.a(libcurl_la-nss.o): undefined reference to symbol ‘CERT_GetDefaultCertDB@@NSS_3.2’
//usr/lib/x86_64-linux-gnu/libnss3.so: error adding symbols: DSO missing from command line