centos7 Qt5.9.1 undefined reference to symbol 'dlclose@@GLIBC_2.2.5'

时间:2022-06-19 17:45:45

所要进行的操作:调用.so动态库

报错点:动态链接库显示调用时使用到的dlclose函数,详情:undefined reference to symbol 'dlclose@@GLIBC_2.2.5'

解决方法

在QT工程的.pro文件中添加如下内容:

LIBS=-ldl


相关知识

-ldl        显式加载动态库的动态函数库