EXMPP Buillding Error
Posted
by
pradeepchhetri
on Stack Overflow
See other posts from Stack Overflow
or by pradeepchhetri
Published on 2012-10-03T09:36:28Z
Indexed on
2012/10/03
9:37 UTC
Read the original article
Hit count: 223
I am trying to install exmpp but while building i am getting the following error:
exmpp_tls_openssl.c: In function 'init_library':
exmpp_tls_openssl.c:622: error: 'SSL_OP_NO_TICKET' undeclared (first use in this function)
exmpp_tls_openssl.c:622: error: (Each undeclared identifier is reported only once
exmpp_tls_openssl.c:622: error: for each function it appears in.)
make[2]: *** [exmpp_tls_openssl_la-exmpp_tls_openssl.lo] Error 1
I have openssl-dev and openssl both installed. Can someone please tell me what is the problem.
© Stack Overflow or respective owner