linagora / docker-janus-gateway

Run janus gateway well configure for hublin in a Docker container.
65 stars 57 forks source link

no build related to missing libconfig dependency #5

Open fgrosswig opened 5 years ago

fgrosswig commented 5 years ago
configure: error: Package requirements (
                    glib-2.0 >= 2.34
                    libconfig
                    nice
                    jansson >= 2.5
                    libssl >= 1.0.1
                    libcrypto
                  ) were not met:

No package 'libconfig' 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.
webfischi commented 4 years ago

I could fix the installtion, but I can't reach the server, because I'm unable to get the ssl certificates working. http shows a blank page with error in the console.

Dockerfile.zip

alexb5dh commented 4 years ago

@webfischi , can you please describe how to fix the installation? Nevermind found commit fixing this problem in similar repository.