undefined reference to `zmq_curve_public’
gophernotes: symbol lookup error: gophernotes: undefined symbol: zmq_curve_public 出错原因:动态库问题,下方解决方法 解决: 用命令 find / -maxdepth 6 -name libzmq.pc 找到文件 在把文件的目录 写入/etc/profile 我的如下 export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib64/pkgconfig - 再次运行pkg-config --cflags libzmq就成功了 运行gophernotes的时候会出现 error while loading shared libraries:libzmq.so.5的错误,网上找找答案,https://www.cnblogs.com/codin… 参考这个帖子。 来源: oschina 链接: https://my.oschina.net/u/3625745/blog/4322115