Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"No package 'libconfig' found" error on build #1457

Closed
mkritz opened this issue Dec 4, 2018 · 3 comments
Closed

"No package 'libconfig' found" error on build #1457

mkritz opened this issue Dec 4, 2018 · 3 comments

Comments

@mkritz
Copy link

mkritz commented Dec 4, 2018

When running the "docker build" cmd as defined in the Setup section, the following error appears at step 31/31:

checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for JANUS... no
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.
The command '/bin/sh -c cd /janus-gateway && sh autogen.sh && git checkout origin/master && git reset --hard 3ff54ec && PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure --enable-post-processing --enable-boringssl --disable-data-channels --disable-rabbitmq --disable-mqtt --disable-plugin-echotest --disable-unix-sockets --enable-dtls-settimeout --disable-plugin-recordplay --disable-plugin-sip --disable-plugin-videocall --disable-plugin-voicemail --disable-plugin-textroom --disable-plugin-audiobridge --disable-plugin-nosip --disable-all-handlers && make && make install && make configs' returned a non-zero code: 1

Thank you!

@lminiero
Copy link
Member

lminiero commented Dec 4, 2018

libconfig is now required, as explained in the updated README. Closing as not an issue.

@lminiero lminiero closed this as completed Dec 4, 2018
@alexamirante
Copy link
Member

@mkritz BTW, which Setup section are you talking about? There's no docker build command suggested in the Janus setup guide AFAICT.

@mkritz
Copy link
Author

mkritz commented Dec 4, 2018

sorry guys, I got mixed up, was meant to be reported to akinori's project, I've posted it there now:

atyenoria/janus-webrtc-gateway-docker#20

apologies!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants