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 - Alex

#451
Ouch. I get a new error :)

../../libnetxms/.libs/libnetxms.so: undefined reference to `EVP_CIPHER_iv_length'
../../libnetxms/.libs/libnetxms.so: undefined reference to `EVP_CIPHER_CTX_cipher'
../../libnetxms/.libs/libnetxms.so: undefined reference to `EVP_CIPHER_block_size'
collect2: ld returned 1 exit status
make[4]: *** [netxmsd] Error 1
make[4]: Leaving directory `/export/home/axel/netxms-0.2.17/src/server/netxmsd'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home/axel/netxms-0.2.17/src/server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/export/home/axel/netxms-0.2.17/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/axel/netxms-0.2.17'
make: *** [all] Error 2
#452
When I'm try to do make, I get the next error:

Making all in core
make[4]: Entering directory `/export/home/raven/netxms-0.2.17/src/server/core'
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/server/include  -I/usr/local/mysql/include -I/usr/include/mysql -I/usr/mysql/include -I/usr/local/include/mysql -I/usr/local/mysql/include/mysql -I/usr/mysql/include/mysql -I/usr/local/include -D_THREAD_SAFE -DDATADIR=\"/usr/local/share/netxms\" -DLIBDIR=\"/usr/local/lib\"  -g -O2 -fno-rtti -fno-exceptions -MT session.lo -MD -MP -MF .deps/session.Tpo -c -o session.lo session.cpp
g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/server/include -I/usr/local/mysql/include -I/usr/include/mysql -I/usr/mysql/include -I/usr/local/include/mysql -I/usr/local/mysql/include/mysql -I/usr/mysql/include/mysql -I/usr/local/include -D_THREAD_SAFE -DDATADIR=\"/usr/local/share/netxms\" -DLIBDIR=\"/usr/local/lib\" -g -O2 -fno-rtti -fno-exceptions -MT session.lo -MD -MP -MF .deps/session.Tpo -c session.cpp  -fPIC -DPIC -o .libs/session.o
session.cpp: In member function 'void ClientSession::SendServerInfo(DWORD)':
session.cpp:1218: error: 'RAND_bytes' was not declared in this scope
session.cpp: In member function 'void ClientSession::AddCACertificate(CSCPMessage*)':
session.cpp:8885: error: 'X509' was not declared in this scope
session.cpp:8885: error: 'pCert' was not declared in this scope
session.cpp:8903: error: 'd2i_X509' was not declared in this scope
session.cpp:8907: error: 'X509_free' was not declared in this scope
session.cpp:8922: error: 'ReloadCertificates' was not declared in this scope
session.cpp: In member function 'void ClientSession::DeleteCertificate(CSCPMessage*)':
session.cpp:8971: error: 'ReloadCertificates' was not declared in this scope
make[4]: *** [session.lo] Error 1
make[4]: Leaving directory `/export/home/axel/netxms-0.2.17/src/server/core'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home/axel/netxms-0.2.17/src/server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/export/home/axel/netxms-0.2.17/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/axel/netxms-0.2.17'
make: *** [all] Error 2
#

I've install openssl0.9.8e already and it's not help. How I understand the problem with ssl module... Can you help me??

Thanks in advance.