Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile errors on zabbix 6.4 #178

Open
leightonium opened this issue Oct 31, 2024 · 1 comment
Open

compile errors on zabbix 6.4 #178

leightonium opened this issue Oct 31, 2024 · 1 comment

Comments

@leightonium
Copy link

configure.ac:42: installing './compile' configure.ac:34: installing './config.guess' configure.ac:34: installing './config.sub' configure.ac:24: installing './install-sh' configure.ac:24: installing './missing' src/libs/zbxalgo/Makefile.am: installing './depcomp' gcc -fPIC -shared -o zabbix_module_docker.so zabbix_module_docker.c -I../../../include pkg-config --cflags --libs jansson zabbix_module_docker.c:20:10: fatal error: common.h: No such file or directory 20 | #include "common.h" | ^~~~~~~~~~ compilation terminated. make: *** [Makefile:4: zabbix_module_docker] Error 1

@i-ky
Copy link
Contributor

i-ky commented Oct 31, 2024

Hi @leightonium!

This issue is caused by ZBX-21303.

It is not very difficult to work around, here are examples:

I think a Pull Request will be very welcomed by @jangaraj. I am not submitting it, because I am not using this module (or Zabbix at all) and it would take me a while to set up an environment to test it. But feel free to ping me if you need more guidance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants