2

I have to install pcsc-lite 1.8.13 on my debian-sid operating system.

When I run :/configure, I encounter "install libudev-dev" error.

I have installed libudev-dev with this command: "sudo apt-get instal libudev-dev".

Still, I get the same missing libudev-dev error.

How can I fix the problem?

Thanks,

yusuf
  • 3,591
  • 8
  • 45
  • 86

1 Answers1

4

Try installing pkg-config (sudo apt install pkg-config)

ysth
  • 96,171
  • 6
  • 121
  • 214