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 - forced-inductn

#1
Thanks! that worked :) but now I am getting this error:

RAPID-CITY-BAY-STACK: ERROR 001: Import symbol "rcBayStack" unresolved
make[3]: *** [install-exec-hook] Error 1
make[3]: Leaving directory `/tmp/netxms-1.0.13'
make[2]: *** [install-exec-am] Error 2
make[2]: Leaving directory `/tmp/netxms-1.0.13'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/tmp/netxms-1.0.13'
make: *** [install-recursive] Error 1

Any ideas?

--Forced
#2
I am compiling from source, and when I run make install I get:

root@kr3at0r:~# /usr/local/bin/nxmibc -d /usr/local/share/netxms/mibs/ -o /usr/local/share/netxms/mibs/netxms.mib
/usr/local/bin/nxmibc: error while loading shared libraries: libnetxms.so.1: cannot open shared object file: No such file or directory

It does exist on disk:
root@kr3at0r:~# find / -name libnetxms.so.1                                     
/usr/local/lib/libnetxms.so.1
/root/netxms-1.1.7/src/libnetxms/.libs/libnetxms.so.1

Any ideas?

I have tried both stable and unstable
1.0.13
1.1.7

This is on ubuntu 10.04 x64

--Forced