Closed lucaschen closed 8 years ago
Looks like the depepndency check for glib might have failed. Do you have it installed?
Yes, it's installed, but perhaps something went wrong with /usr/local/lib/
and /usr/lib/
? Any way you can give me a command for installing glib and making it work with Janus?
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/gio/modules
I think my glib is installed under there. How would I link Janus to that directory, so it knows that glib is there?
The configure script relies on pkg-config to know where Glib is. Closing as not an issue, please post this question on the meetecho-janus group if you need more feedback.
I wrote
./configure --disable-websockets --disable-data-channels --disable-rabbitmq
, which worked fine for me, but then when I went tomake
, it gave me the following errors: