C++ 中的 OpenID 库?

发布于 2024-08-28 17:31:40 字数 430 浏览 1 评论 0原文

我需要在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

听,心雨的声音 2024-09-04 17:31:41

检查配置,看起来 libopkele 需要 pkg-config 来查找 openssl。

aptitude install pkg-config

Examining configure, it looks like pkg-config is needed for libopkele to find the openssl.

aptitude install pkg-config
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文