umockdev | Mock hardware devices for creating unit tests | Mock library
kandi X-RAY | umockdev Summary
kandi X-RAY | umockdev Summary
Mock hardware devices for creating unit tests and bug reporting
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of umockdev
umockdev Key Features
umockdev Examples and Code Snippets
Community Discussions
Trending Discussions on umockdev
QUESTION
I'm trying to adjust the dependencies of a software that requires libpcap
to be installed, but for some reason it cannot find it.
This software uses pkg-config
to try to find the dependency libpcap
, and I can see libpcap-dev
is installed, and so does libpcap0.8
:
dpkg -s libpcap-dev:
...ANSWER
Answered 2021-Sep-11 at 01:45The libpcap on your system is based on the tcpdump.org libpcap 1.8.1 release. That release did not provide .pc files, and Debian didn't bother providing them itself.
.pc files were added in libpcap 1.9, so 1.9.0, and all later releases, including the current 1.10.1 release, provide .pc files.
You will either need to:
- upgrade the OS on your machine to something that provides a 1.9 or 1.10 libpcap release;
- download and install libpcap 1.10.1 yourself;
- change umockdev to use the pcap-config script if it's present and no .pc files are present.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install umockdev
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page