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

Build help on Ubuntu #21

Closed
hooperbloob opened this issue Sep 23, 2021 · 1 comment
Closed

Build help on Ubuntu #21

hooperbloob opened this issue Sep 23, 2021 · 1 comment

Comments

@hooperbloob
Copy link

Looking for some insights on building the tools on Ubuntu 20.04.

When running the ./configure on /liblxi it ends with:

  . . .
  checking rpc/rpc.h presence... yes
  checking for rpc/rpc.h... yes
  checking for rpcgen... /usr/bin/rpcgen
  checking for avahi_client_new in -lavahi-client... no
  configure: error: Missing avahi-client library

Tried to add the dependency:

  asdf@black:~/lxi-tools/liblxi-1.13$ sudo snap install avahi-client
  snap "avahi-client" is already installed, see 'snap help refresh'

So not sure what it needs or how to install it - any suggestions?

Looking to add a few more instruments to the capability list once I can build & debug.

@lundmar
Copy link
Contributor

lundmar commented Dec 25, 2021

sudo apt install libavahi-client-dev libavahi-common-dev

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

2 participants