OpenID lib in C++?

一笑奈何 提交于 2019-12-01 07:13:33

问题


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


回答1:


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

aptitude install pkg-config


来源:https://stackoverflow.com/questions/2632444/openid-lib-in-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!