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

#1
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