-
Notifications
You must be signed in to change notification settings - Fork 9
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
Cargo build error E0432 on Linux #16
Comments
Hi Albert! Thanks for the report. Currently we are building against a slightly modified libyara in this repository. This approach is subject to change, as I would like to integrate this small patch directly into YARA ustream so we don't have to worry about those symbols. To diagnose your issue further, can you checkout the following commands:
|
Sorry this took so long, just noticed this reply. Did I miss some pre-req steps? |
It's interesting that it is empty, from the first message it seems that you have upstream yara version installed. The empty If you don't want to clone it again something like this should help: There were many changes in YARI since you first opened the issue, before you try anything please update to the latest master commit. I have prepared instructions how to run it locally for inspiration. Hope it helps. |
When compiling under Linux, I get the following error message:
cargo update
cargo build
rustc --explain E0432
:An import was unresolved.
uname -a
:Linux Host 5.10.102.1-microsoft-standard-WSL2 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a:
Ubuntu 20.04.5 LTS
The text was updated successfully, but these errors were encountered: