/tmp/sqlite-3.7.2-libsqlitejdbc.so: undefined symbol: pthread_mutexattr_init

浪子不回头ぞ 提交于 2019-12-10 23:33:37

问题


I am working on a JavaFX application in which I am using Ormlite for SQLite database. When I run this application locally in IntelliJ, it works fine. It also works fine when application compiled jar is run. But it is throwing below error, after installing its .deb file and trying to run it.

 2018-08-19 15:31:24,763 [INFO] TableUtils creating table 'token'
./wpos: symbol lookup error: /tmp/sqlite-3.7.2-libsqlitejdbc.so: undefined symbol: pthread_mutexattr_init

I will add more information if necessary.

来源:https://stackoverflow.com/questions/51916618/tmp-sqlite-3-7-2-libsqlitejdbc-so-undefined-symbol-pthread-mutexattr-init

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!