Nemea
Nemea copied to clipboard
nemea make command not working
We have deployed nemea module .we want to develop it through binary source code .at the time of compilation its gets configured but after we got error please helpt resolve this isssue .
Can you provide information about your operating system and compiler version, please?
Operating system : Fedora 32: x86_64 Compiler version: gcc version 10.0.1 20200328 (Red Hat 10.0.1-0.11) (GCC)
Ok, thank you for the information, I was able to repeat the issue locally, I'll provide a patch soon.
A temporary workaround for you can be: make clean && ./configure CFLAGS=-fcommon && make
Thank you very much after executing this command "make clean && ./configure CFLAGS=-fcommon && make" i got a same error.
Well, it seems to me this time it uses a different location of some previously installed library... (In /usr/lib64)?
To skip installed libraries and use files from relative paths in the repo during the build, there is a special parameter, so maybe make clean && ./configure --enable-repobuild CFLAGS=-fcommon && make
would work better for you.
Also, sending output of configure
would be helpful for us.
After updates, I have tested to build everything on a clean Fedora32 using podman container - build succeeded. Can you confirm it's fixed now?
nemea compilation is successful . now i want to performe testing in order to explore the workin of detector .can you please guide me further so that i can perfome testing .