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

symbol not found in flat namespace (_mz_zip_reader_end) #1

Open
Hnisec opened this issue Oct 17, 2022 · 1 comment
Open

symbol not found in flat namespace (_mz_zip_reader_end) #1

Hnisec opened this issue Oct 17, 2022 · 1 comment

Comments

@Hnisec
Copy link

Hnisec commented Oct 17, 2022

I imported the module, and after the yara was successfully compiled, I ran an error!
“dyld[24122]: symbol not found in flat namespace (_mz_zip_reader_end)”
After running make check, you get the following result:

Undefined symbols for architecture x86_64:
"_console__declarations", referenced from:
_yr_modules_table in libyara.a(modules.o)
"_console__finalize", referenced from:
_yr_modules_table in libyara.a(modules.o)
"_console__initialize", referenced from:
_yr_modules_table in libyara.a(modules.o)
"_console__load", referenced from:
_yr_modules_table in libyara.a(modules.o)
"_console__unload", referenced from:
_yr_modules_table in libyara.a(modules.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [test-arena] Error 1
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1

@sysgoblin
Copy link
Collaborator

hey! can you confirm what OS you are compiling this on?

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