Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 926  / 1 Year ago, fri, january 13, 2023, 6:35:50

I'm compiling Ekiga from source. Apparently I have installed all the necessary dependencies because I don't get any errors when running ./configure. There is one feature that I can't seem to enable however. The output from ./configure shows mDNS/DNS-SD support : disabled Is there a missing dependency that I should install to enable this feature?


More From » ekiga

 Answers
4

You have to start configure with the AVAHI support, like this.



./configure --enable-avahi


This is what I got from the configure script.



--enable-avahi          enable mDNS support (default is disabled)


But, I suppose, this will not break the installation. You might miss the avahi after installation. Honestly, I don't even know what avahi is.


[#31157] Sunday, January 15, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oleard

Total Points: 344
Total Questions: 105
Total Answers: 113

Location: Bonaire
Member since Tue, Sep 20, 2022
2 Years ago
;