Re: [Nagios-db-devel] Error loading module
Status: Beta
Brought to you by:
bench23
From: Ben <be...@si...> - 2005-05-06 00:01:33
|
How did you compile the module? Somebody else had a similar issue, but they had ommited some libraries. If you pull from CVS, you can set the connection params in your nagios config file. If you pull the most recent tarball (0.91 I believe) then you have to modify inserter.c to change your connection settings. On Thu, 5 May 2005, Michael Henry wrote: > Hi, > > I get the following error in my nagios.log when I configure Nagios to use the provided postgres module: > > [1115279003] Error: Could not load module '/usr/local/nagios/neb/inserter.o' -> /usr/local/nagios/neb/inserter.o: undefined symbol: BIO_new_mem_buf > > Also: How do I configure the module to connect to my database? Is it hard-coded in the source? > > Thanks, > > Michael > > > > |