Getting the following error:
Error: Could not load module '/usr/lib64/merlin/merlin.so' -> /usr/lib64/merlin/merlin.so: undefined symbol: comment_list
Naemon release 1.4.2 has the following changes:
https://github.com/naemon/naemon-core/releases/tag/v1.4.2
I've tried compiling from source, using naemon 1.4.2 but getting errors
module/module.c:681:21: error: 'comment' has no member named 'nexthash'
next_cmnt = cmnt->nexthash;
^
module/module.c:690:16: error: 'comment_list' undeclared (first use in this function)
for (cmnt = comment_list; cmnt; cmnt = next_cmnt) {
Commenting out those rows will allow compile to work. And naemon will start after that.
Getting the following error:
Error: Could not load module '/usr/lib64/merlin/merlin.so' -> /usr/lib64/merlin/merlin.so: undefined symbol: comment_list
Naemon release 1.4.2 has the following changes:
https://github.com/naemon/naemon-core/releases/tag/v1.4.2
I've tried compiling from source, using naemon 1.4.2 but getting errors
Commenting out those rows will allow compile to work. And naemon will start after that.