-
-
Notifications
You must be signed in to change notification settings - Fork 678
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
Failing To Install on Windows 10 With Error lld-link: error: could not open 'wpcap.lib': no such file or directory #1
Comments
It is a known problem. Did you tried following what's suggested in the README? Section You need to:
If you don't have a LIB environment variable first create it and then add the aforementioned folder to it. Let me know if you manage to fix the problem. |
Thank You For The Prompt Response. Following the suggestion, I have managed to install the package successfully. Thanks for creating this amazing app. Shell Output
|
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lwpcap: No such file or directory My operating system is window11. |
The same steps above |
Issue Description
Failing To Install on Windows 10 With Error lld-link: error: could not open 'wpcap.lib': no such file or directory
To Reproduce
Steps to reproduce the bug, e.g.:
cargo install sniffnet
and press enterlld-link: error: could not open 'wpcap.lib': no such file or directory
Expected Behavior
sniffnet
installed successfullyScreenshots / Shell Output
Desktop (please complete the following information):
nightly-x86_64-pc-windows-msvc
The text was updated successfully, but these errors were encountered: