rust-pcap / pcap

Rust language pcap library
Apache License 2.0
620 stars 144 forks source link

Docs do not build due to build.rs #152

Closed Wojtek242 closed 3 years ago

Wojtek242 commented 3 years ago
[INFO] [stderr]   --- stderr
[INFO] [stderr]   thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: DlOpen { desc: "libpcap.so: cannot open shared object file: No such file or directory" }', build.rs:124:42
Wojtek242 commented 3 years ago

Fixed in #153: https://docs.rs/pcap/0.8.1/pcap/

Fixed using https://stackoverflow.com/questions/57158261/how-to-build-the-docs-rs-documentation-of-an-ffi-crate-when-the-native-library-i