Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - webeck5

#16
Victor,

     I knew I should have added that .... Netxms 2.2.4 on Centos 7.
#17
During make process in a centos installation, I have run into this error;

----------------------------------------------------------------------------------------------------
In file included from agent.cpp:24:0:
../../../src/server/include/agent_tunnel.h:89:4: error: 'SSL_CTX' does not name a type
    SSL_CTX *m_context;
    ^
../../../src/server/include/agent_tunnel.h:90:4: error: 'SSL' does not name a type
    SSL *m_ssl;
    ^
../../../src/server/include/agent_tunnel.h:123:24: error: expected ')' before '*' token
    AgentTunnel(SSL_CTX *context, SSL *ssl, SOCKET sock, const InetAddress& addr, UINT32 nodeId, UINT32 zoneUIN);
                        ^
../../../src/server/include/agent_tunnel.h:154:28: error: 'SSL_CTX' was not declared in this scope
bool SetupServerTlsContext(SSL_CTX *context);
                            ^
../../../src/server/include/agent_tunnel.h:154:37: error: 'context' was not declared in this scope
bool SetupServerTlsContext(SSL_CTX *context);
                                     ^
make[4]: *** [libnxcore_la-agent.lo] Error 1
-------------------------------------------------------------------------------------------------------------

Configure ran clean using the following;

sh ./configure --with-server --with-mysql --with-agent --disable-encryption --disable-ssh --disable-mqtt --without-openssl

Please advise if you would need the config.log.... Thanks