C++ linux: dlopen can't find .so library

前端 未结 2 1480
予麋鹿
予麋鹿 2020-12-09 22:17

Reworded Question (although it\'s been solved already):

I\'ve been having trouble using dlopen(3) to load a shared object library on linux. The library is part of a

2条回答
  •  离开以前
    2020-12-09 22:34

    About the dlopen is defined; Dynamic library dlopen error can be checked. Undefined symbol error by this link.

提交回复
热议问题