Hello
I am trying to build and install janus-gateway on Fedora Server 36. I followed the documentation to build from the source, I have installed the dependencies as specified in README.md, most of the dependencies are pre-installed on Fedora.
Finally, when I try to execute ./configure --prefix=/opt/janus I am getting the following error.
> configure: error: Package requirements ("glib-2.0 >= 2.34
gio-2.0 >= 2.34
libconfig
nice
jansson >= 2.5
libssl >= 1.0.1
libcrypto
zlib") were not met:
Package 'nice', required by 'virtual:world', not 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 JANUS_CFLAGS
and JANUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
---
For example, my server does have glib which is pre-installed from the fedora repository.
> Package glib-1:1.2.10-64.fc36.x86_64 is already installed.
Can someone suggest to me things I might miss here? Thank you.