We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DYLINT_DRIVER_PATH
$ DYLINT_DRIVER_PATH=$PWD/target/dylint_drivers cargo dylint --all --workspace Updating git repository `https://github.com/trailofbits/dylint` Finished release [optimized] target(s) in 0.17s Error: command failed: "/home/smoelius/github/trailofbits/test-fuzz/target/dylint_drivers/nightly-2021-06-03-x86_64-unknown-linux-gnu/dylint-driver" "-V" stdout: "" stderr: "/home/smoelius/github/trailofbits/test-fuzz/target/dylint_drivers/nightly-2021-06-03-x86_64-unknown-linux-gnu/dylint-driver: error while loading shared libraries: librustc_driver-f0cc9de4b9df9abc.so: cannot open shared object file: No such file or directory\n"
The library exists, but it's not being found:
$ find ~/.rustup/ -name librustc_driver-f0cc9de4b9df9abc.so /home/smoelius/.rustup/toolchains/nightly-2021-06-03-x86_64-unknown-linux-gnu/lib/librustc_driver-f0cc9de4b9df9abc.so /home/smoelius/.rustup/toolchains/nightly-2021-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_driver-f0cc9de4b9df9abc.so
The problem doesn't occur when DYLINT_DRIVER_PATH is not set.
The text was updated successfully, but these errors were encountered:
Fix #54
cfcf46a
54f6595
21c2ae0
4efee16
No branches or pull requests
The library exists, but it's not being found:
The problem doesn't occur when
DYLINT_DRIVER_PATH
is not set.The text was updated successfully, but these errors were encountered: