What's the fix for this? Anybody?
service ndo2db start
Starting ndo2db:/usr/local/nagios/bin/ndo2db: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory
done.
Looks like my CentOs system has libmysqlclient.so.16
Problem starting Database Backend after upgrade to R7
Re: Problem starting Database Backend after upgrade to R7
Are you using CentOS 6?
Re: Problem starting Database Backend after upgrade to R7
Yes. But I don't think I get this error till after I try to restore another
NagiosXI configuration using the restore_xi.sh script.
I'm trying to copy my configuration from one server to another. Is
CentOS 6.0 not supported yet for this?
NagiosXI configuration using the restore_xi.sh script.
I'm trying to copy my configuration from one server to another. Is
CentOS 6.0 not supported yet for this?
Re: Problem starting Database Backend after upgrade to R7
CentOS 6 is supported but there are some odd quirks with CentOS6 vs CentOS5 that are still coming out of the woodwork.
I just tried to dup this, and I noticed that zip wasn't install on the CentOS 6 VM but thats probably not the issue. I tried duplicating your issue on both a CentOS6 32 and 64 bit box and I can't get it to go.
Since its asking for the mysql libraries, can you
yum install mysql mysql-server mysql-devel glibc glibc-devel
yum update mysql mysql-server mysql-devel glibc glibc-devel
Just to see if its an out of date library?
I just tried to dup this, and I noticed that zip wasn't install on the CentOS 6 VM but thats probably not the issue. I tried duplicating your issue on both a CentOS6 32 and 64 bit box and I can't get it to go.
Since its asking for the mysql libraries, can you
yum install mysql mysql-server mysql-devel glibc glibc-devel
yum update mysql mysql-server mysql-devel glibc glibc-devel
Just to see if its an out of date library?
Nicholas Scott
Former Nagios employee
Former Nagios employee
Re: Problem starting Database Backend after upgrade to R7
Thanks Nicholas for the try... I decided to punt and went back to CentOS 5.6 and XI R6, which installs beautifully. May try 6.0 again soon though when I have more time to mess with it.
Re: Problem starting Database Backend after upgrade to R7
Ok, thanks for the heads up. 
Nicholas Scott
Former Nagios employee
Former Nagios employee