[GH-ISSUE #2028] avahi-compat-libdns_sd #1482

Open
opened 2026-05-05 07:52:39 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @leemcchesneyclarkgmailcom on GitHub (Mar 28, 2024).
Original GitHub issue: https://github.com/debauchee/barrier/issues/2028

What happened?

when running ./clean_build.sh or sudo ./clean_build.sh i get this error at the end
CMake Error at /usr/share/cmake-3.28/Modules/FindPkgConfig.cmake:619 (message):
The following required packages were not found:

  • avahi-compat-libdns_sd

Call Stack (most recent call first):
/usr/share/cmake-3.28/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal)
CMakeLists.txt:177 (pkg_check_modules)

Im on kali linux latest and just want to know how to get this to be fixed so i caan get barrier up and running
btw im not that techy so go easy on me.

Version

v2.0.0-RC1

Git commit hash (if applicable)

No response

If applicable, where did you install Barrier from?

i installed it from source

What OSes are you seeing the problem on? (Check all that apply)

Linux

What OS versions are you using?

kali linux latest

Relevant log output

No response

Any other information

No response

Originally created by @leemcchesneyclarkgmailcom on GitHub (Mar 28, 2024). Original GitHub issue: https://github.com/debauchee/barrier/issues/2028 ### What happened? when running ./clean_build.sh or sudo ./clean_build.sh i get this error at the end CMake Error at /usr/share/cmake-3.28/Modules/FindPkgConfig.cmake:619 (message): The following required packages were not found: - avahi-compat-libdns_sd Call Stack (most recent call first): /usr/share/cmake-3.28/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal) CMakeLists.txt:177 (pkg_check_modules) Im on kali linux latest and just want to know how to get this to be fixed so i caan get barrier up and running btw im not that techy so go easy on me. ### Version v2.0.0-RC1 ### Git commit hash (if applicable) _No response_ ### If applicable, where did you install Barrier from? i installed it from source ### What OSes are you seeing the problem on? (Check all that apply) Linux ### What OS versions are you using? kali linux latest ### Relevant log output _No response_ ### Any other information _No response_
Author
Owner

@novojitsaha commented on GitHub (Jun 1, 2024):

I had the same issue. I installed that package with sudo apt-get install libavahi-compat-libdnssd-dev and I was able to build it after that. Hope this helps :)

<!-- gh-comment-id:2143420911 --> @novojitsaha commented on GitHub (Jun 1, 2024): I had the same issue. I installed that package with `sudo apt-get install libavahi-compat-libdnssd-dev` and I was able to build it after that. Hope this helps :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1482
No description provided.