您的位置:首页 > Web前端

Compiling Error: undefined reference to `dlsym'

2012-04-17 13:53 393 查看
When compiling a program with openssl (library: -lssl/-lcrypto), this error may happens to you:

undefined reference to `dlsym'.

Solution:

Add "-ldl" into the makefile.

Why:

--Under investigation.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  reference library
相关文章推荐