TECHIES WORLD

For Techs.... Techniques.... Technologies....

Linux

MKLivestatus Error: Could not load module '/usr/local/lib/mk-livestatus/livestatus.o'


Error: Could not load module '/usr/local/lib/mk-livestatus/livestatus.o' -> /usr/local/lib/mk-livestatus/livestatus.o: undefined symbol: external_command_buffer_slots


 

This happens whiles compiling mklivestatus with latest versions of nagios. To resolve this problem we must specify the option "--with-nagios4" at the time of compilation.

Eg: ./configure --with-nagios4

 

Leave a Reply