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

#1
Hi Trying to build the agent on Sparc Solaris 5.8, using gcc
using
./configure --prefix=/opt/netxms   --with-agent --disable-encryption --disable-iconv
make
and I get the error

DISABLE_ICONV -D_THREAD_SAFE -DPREFIX=\"/opt/netxms\" -DPREFIXW=L\"/opt/netxms\" -DDATADIR=\"/opt/netxms/share/netxms\" -DLIBDIR=\"/opt/netxms/lib\" -g -O2 -fno-rtti -fno-exceptions -fno-const-strings -Wno-deprecated -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.cpp  -fPIC -DPIC -o .libs/base64.o
In file included from ../../include/nms_util.h:40,
                 from libnetxms.h:28,
                 from base64.cpp:44:
../../include/nms_threads.h: In function `BOOL ConditionWait(netxms_condition_t*, DWORD)':
../../include/nms_threads.h:849: error: `pthread_cond_reltimedwait_np' was not declared in this scope
make[3]: *** [base64.lo] Error 1

uname -a
SunOS cscsydhnms56 5.8 Generic_117350-59 sun4u sparc SUNW,UltraAX-i2 Solaris

gcc -v
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,f77
Thread model: posix
gcc version 3.4.6

config.log attached (had to gzip it)

Any Ideas?

thanks
#2
We are using some DSL based appliances that run on compact flash. I managed to get the agents nxagent installed ok  but when I query any agent param it reports that it does not support this parameter.  I can access the device from the server and it says it is active and I can view the agent config via the console.   However the client information shows Agent active but no agent version info.   I have run with the -D flag it shows the server accessing the agent but no other info.    I compiled th agent on a slackware box same kernel and GLIBC version and it works ok.    DSL is pretty cut down version of linux could there be a component missing?   

Thanks