C++ 中的 OpenID 库?
我需要在 C++ 网站中使用 openid,但找不到可以使用的工作库。
我正在尝试使用这个
http://kin.klever.net/libopkele/requirements
但它会停止配置留言:
检查 OPENSSL...配置:错误:未找到 openssl 库。从 http://www.openssl.org/ 获取一个
,但我的 debian 安装了 openssl 和 libssl-dev libssl 已安装...
请帮忙吗?
谢谢,
乔纳森
I need to use openid in a c++ website and can't find a working library to work with.
I am trying to use this one
http://kin.klever.net/libopkele/requirements
but it stops the configure with this message:
checking for OPENSSL... configure: error: no openssl library found. get one from http://www.openssl.org/
but my debian has openssl installed and libssl-dev libssl installed...
any help please?
Thanks,
Jonathan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查配置,看起来 libopkele 需要 pkg-config 来查找 openssl。
Examining configure, it looks like pkg-config is needed for libopkele to find the openssl.