Skip to content

Instantly share code, notes, and snippets.

@alekpopovic
Created February 12, 2016 12:46
Show Gist options
  • Save alekpopovic/c76ca20e809c7558cd9c to your computer and use it in GitHub Desktop.
Save alekpopovic/c76ca20e809c7558cd9c to your computer and use it in GitHub Desktop.
If you got following error during dnssd installation
If you got following error during dnssd installation
checking for dns_sd.h... no
unable to find dnssd header
*** extconf.rb failed ***
then you have to install few libraries:
sudo aptitude install libavahi-compat-libdnssd-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment