libltdl

    1热度

    4回答

    我想通过使用go build建立链代码。当我运行去打造命令其报告 .\hyperledger\fabric\vendor\github.com\miekg\pkcs11\pkcs11.g‌​o:29:18: fatal error:ltdl.h: No such file or directory compilation terminated 我安装libtools从这个link。但我得到

    0热度

    1回答

    我使用libltdl来动态加载插件库。一直在关注这个documentation,我称之为 lt_dlhandle lt_dlopen (const char *filename) 后,我需要知道的符号在这个库中定义的东西。我需要将符号列表传递给 void * lt_dlsym (lt_dlhandle handle, const char *name) 这需要一个符号名称作为参数。 在我的