We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: