简体   繁体   English

C ++中的OpenID lib?

[英]OpenID lib in C++?

I need to use openid in a c++ website and can't find a working library to work with. 我需要在c ++网站中使用openid,找不到可以使用的工作库。
I am trying to use this one 我想用这个
http://kin.klever.net/libopkele/requirements http://kin.klever.net/libopkele/requirements

but it stops the configure with this message: 但它会停止配置此消息:
checking for OPENSSL... configure: error: no openssl library found. 检查OPENSSL ... configure:错误:找不到openssl库。 get one from http://www.openssl.org/ http://www.openssl.org/获取一个

but my debian has openssl installed and libssl-dev libssl installed... 但是我的debian安装了openssl并安装了libssl-dev libssl ...

any help please? 有什么帮助吗?
Thanks, 谢谢,
Jonathan 乔纳森

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

aptitude install pkg-config

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM