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

Topics - slackamp

#1
General Support / cannot compile mibs
July 24, 2007, 06:04:09 PM
[root@xms mibs]# nxmibc -d -z .
NetXMS MIB Compiler  Version 0.2.18
Copyright (c) 2005, 2006 Victor Kirhenshtein

Parsing source files:
   .
input in flex scanner failed


[root@xms mibs]# nxmibc -d .
NetXMS MIB Compiler  Version 0.2.18
Copyright (c) 2005, 2006 Victor Kirhenshtein

ERROR: No source files given


I have all the mibs located in the current directory.

Also tried this

[root@xms ~]# nxmibc -d /root/mibs/
NetXMS MIB Compiler  Version 0.2.18
Copyright (c) 2005, 2006 Victor Kirhenshtein

ERROR: No source files given
#2
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.