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

#1
Quote from: AnRkey on April 22, 2013, 06:38:39 PM
Quote from: Mariposa on December 27, 2011, 12:45:18 PM
I just solve the problem, thanks anyway ;)

Forced this is what I have done :
1. go to /etc/ld.so.conf.d/libc.conf and check if it contains line "/usr/local/lib", if not, add it
2. run "ldconfig" as root (it will produce no output)
3. After that run "ldconfig -p|grep libnetxms" to verify (it will have output)
4. run /usr/local/bin/nxdbmgr init /usr/local/share/netxms/sql/dbinit_mysql.sql
5. it will work and now you can run agent and server :)

Thanks, this fixed me up right away :D

Thanks! Helped for me also!