Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined reference to dlerror, dlclose, dlsym, dlopen #25

Open
theMM81 opened this issue Jan 24, 2019 · 0 comments
Open

undefined reference to dlerror, dlclose, dlsym, dlopen #25

theMM81 opened this issue Jan 24, 2019 · 0 comments

Comments

@theMM81
Copy link

theMM81 commented Jan 24, 2019

Hi,

I have a problem compiling QtCipherSqlitePlugin v1.2 with Qt 5.7.1 on Debian Stretch. Both QtCreator Compilation and Console Compilation break with same errors:

/var/home/knm/fsqlite/QtCipherSqlitePlugin/sqlitecipher/sqlite3/sqlite3.c:37958: error: undefined reference to 'dlerror'
/var/home/knm/fsqlite/QtCipherSqlitePlugin/sqlitecipher/sqlite3/sqlite3.c:37989: error: undefined reference to 'dlclose'
/var/home/knm/fsqlite/QtCipherSqlitePlugin/sqlitecipher/sqlite3/sqlite3.c:37985: error: undefined reference to 'dlsym'
/var/home/knm/fsqlite/QtCipherSqlitePlugin/sqlitecipher/sqlite3/sqlite3.c:37944: error: undefined reference to 'dlopen'

What I'm doing wrong?

Can somebody help?

Thank You.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant