EXMPP Buillding Error
- by pradeepchhetri
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.