RE: [Nagios-db-devel] Error loading module
Status: Beta
Brought to you by:
bench23
From: Thibault G. <thi...@sr...> - 2005-05-06 15:01:52
|
You need to tweak the makefile provided with inserter.c to add the libs = that contain BIO_new_mem_buf and some other functions. Those libs are = commented out, below the active lines: "-lssl -lkrb5 -lcrypt". Of course = you need the corresponding libs installed. And yes the connection string is hardcoded, at the line 78. Just put = your server and DB name here ________________________________________ De=A0: Michael Henry [mailto:mic...@ax...]=20 Envoy=E9=A0: jeudi 5 mai 2005 10:02 =C0=A0: nag...@li... Objet=A0: [Nagios-db-devel] Error loading module Hi, =A0 =A0=A0=A0 I get the following error in my nagios.log when I configure = Nagios to use the provided postgres module: =A0 [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? =A0 Thanks, =A0 =A0=A0=A0 Michael =A0 =A0 =A0 |