You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: