Nemea icon indicating copy to clipboard operation
Nemea copied to clipboard

nemea make command not working

Open abdulghafor opened this issue 4 years ago • 7 comments

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 . error1

abdulghafor avatar Sep 09 '20 15:09 abdulghafor

Can you provide information about your operating system and compiler version, please?

cejkato2 avatar Sep 09 '20 16:09 cejkato2

Operating system : Fedora 32: x86_64 Compiler version: gcc version 10.0.1 20200328 (Red Hat 10.0.1-0.11) (GCC)

abdulghafor avatar Sep 10 '20 13:09 abdulghafor

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

cejkato2 avatar Sep 10 '20 17:09 cejkato2

Thank you very much after executing this command "make clean && ./configure CFLAGS=-fcommon && make" i got a same error. error

abdulghafor avatar Sep 11 '20 01:09 abdulghafor

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.

cejkato2 avatar Sep 11 '20 06:09 cejkato2

After updates, I have tested to build everything on a clean Fedora32 using podman container - build succeeded. Can you confirm it's fixed now?

cejkato2 avatar Sep 11 '20 16:09 cejkato2

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 . error error 2

abdulghafor avatar Sep 17 '20 14:09 abdulghafor