[SOLVED] Need help compiling avahi.
by TheNutCase from LinuxQuestions.org on (#6FBBN)
My operating system is Slackware 15.0, and I am trying to compile avahi, which is required for vlc, which in turn is required for obs-studio, and I keep getting the following output (this is the tail end of it): Code:checking gdbm.h usability... yes
checking gdbm.h presence... yes
checking for gdbm.h... yes
checking for libdaemon >= 0.14 ... no
configure: error: Package requirements ( libdaemon >= 0.14 ) were not met:
No package 'libdaemon' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBDAEMON_CFLAGS
and LIBDAEMON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.How do I go about resolving that?
checking gdbm.h presence... yes
checking for gdbm.h... yes
checking for libdaemon >= 0.14 ... no
configure: error: Package requirements ( libdaemon >= 0.14 ) were not met:
No package 'libdaemon' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBDAEMON_CFLAGS
and LIBDAEMON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.How do I go about resolving that?