Skip to content
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

Cannot compile/install on Raspberry Pi OS due to missing dns_sd.h #262

Open
dustinbolton opened this issue Jul 9, 2023 · 0 comments
Open

Comments

@dustinbolton
Copy link

dustinbolton commented Jul 9, 2023

When trying to install the mdns package with npm on Raspberry Pi OS (32bit on a Raspberry Pi 3b) I get the following error:

npm ERR! ../src/mdns.hpp:32:10: fatal error: dns_sd.h: No such file or directory

Older versions of Raspian could install the package "libavahi-compat-libdnssd-dev" to fix this but this no longer works.

sudo apt-get install libavahi-compat-libdnssd-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libavahi-compat-libdnssd-dev
@dustinbolton dustinbolton changed the title Cannot compile/install on Raspberry Cannot compile/install on Raspberry Pi OS Jul 9, 2023
@dustinbolton dustinbolton changed the title Cannot compile/install on Raspberry Pi OS Cannot compile/install on Raspberry Pi OS due to missing dns_sd.h Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant