[root@dev-webrtc janus-gateway]# ./configure --prefix=/opt/janus11 --disable-mqtt --disable-websockets-event-handler --disable-gelf-event-handler
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... ^[[Ayes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for JANUS... yes
checking for library containing tls_config_set_ca_mem... no
checking for nice_agent_set_port_range in -lnice... no
configure: libnice version does not have nice_agent_set_port_range
checking for nice_address_equal_no_port in -lnice... no
configure: libnice version does not support TCP candidates
checking for dlopen in -ldl... yes
checking for LIBSRTP... no
checking for LIBSRTP... yes
checking for usrsctp_finish in -lusrsctp... yes
checking for LIBCURL... yes
checking for doxygen... doxygen
checking for dot... dot
checking for gengetopt... yes
checking for TRANSPORTS... yes
checking for MHD... no
checking for lws_create_vhost in -lwebsockets... yes
checking for lws_get_peer_simple in -lwebsockets... yes
checking for amqp_error_string2 in -lrabbitmq... yes
checking for MQTTAsync_create in -lpaho-mqtt3a... yes
checking for nn_socket in -lnanomsg... yes
checking for PLUGINS... yes
checking for SOFIA... yes
checking for OPUS... yes
checking for OGG... yes
checking for LUA... no
checking for LUA... no
checking for EVENTS... yes
checking for LOGGERS... yes
checking for npm... /bin/npm
checking for PCAP... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating html/Makefile
config.status: creating docs/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
Compiler: gcc
libsrtp version: 1.5.x
SSL/crypto library: OpenSSL
DTLS set-timeout: not available
Mutex implementation: GMutex (native futex on Linux)
DataChannels support: yes
Recordings post-processor: no
TURN REST API client: yes
Doxygen documentation: no
Transports:
REST (HTTP/HTTPS): no
WebSockets: yes
RabbitMQ: yes
MQTT: no
Unix Sockets: yes
Nanomsg: yes
Plugins:
Echo Test: yes
Streaming: yes
Video Call: yes
SIP Gateway: yes
NoSIP (RTP Bridge): yes
Audio Bridge: yes
Video Room: yes
Voice Mail: yes
Record&Play: yes
Text Room: yes
Lua Interpreter: no
Duktape Interpreter: no
Event handlers:
Sample event handler: yes
WebSocket ev. handler: no
RabbitMQ event handler:yes
MQTT event handler: yes
Nanomsg event handler: yes
GELF event handler: no
External loggers:
JSON file logger: no
JavaScript modules: no
If this configuration is ok for you, do a 'make' to start building Janus. A 'make install' will install Janus and its plugins to the specified prefix. Finally, a 'make configs' will install some sample configuration files too (something you'll only want to do the first time, though).
wget
https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.71.tar.gz
tar xvf libmicrohttpd-0.9.71.tar.gz
cd libmicrohttpd-0.9.71
./configure
make
sudo make
install
[...]checking for MHD... no
general: {
...
#secure_ip = "10.61.2.132"
...
}
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/3ff43fa2-4835-427e-a2b4-cd5ffd372fb8o%40googlegroups.com.
31st March sorry :D,
On Mon, Jul 13, 2020 at 11:12 AM Mirko Brankovic <mirkobr...@gmail.com> wrote:
I just read that TLS 1.0 EOL is 30th June
On Mon, Jul 13, 2020 at 11:12 AM Mirko Brankovic <mirkobr...@gmail.com> wrote:
Check your/etc/ssl/certs/my.crtcertificate and maybe try to generate new ones, could be a version mismatch (tls 1.0 deprecation,...)
On Mon, Jul 13, 2020 at 10:26 AM ajay prasad <aja...@gmail.com> wrote:
--Hi,I have used secure_ip = "10.61.2.132" in general section. Now I have commented this line and checked both showing same result ssl port not working,[Mon Jul 13 08:19:23 2020] Going to bind the Janus API HTTPS webserver to 10.61.2.132 (asked for ens5)[Mon Jul 13 08:19:23 2020] Binding to interface 'ens5' for the Janus API HTTPS webserver[Mon Jul 13 08:19:23 2020] [FATAL] [transports/janus_http.c:janus_http_init:791] Couldn't start secure webserver on port 8089...[Mon Jul 13 08:19:23 2020] Binding to all interfaces for the Admin API HTTP webserver[Mon Jul 13 08:19:23 2020] Admin/monitor HTTP webserver started (port 7088, /admin path listener)...[Mon Jul 13 08:19:23 2020] Binding to all interfaces for the Admin API HTTPS webserver[Mon Jul 13 08:19:23 2020] [FATAL] [transports/janus_http.c:janus_http_init:849] Couldn't start secure admin/monitor webserver on port 7889...[Mon Jul 13 08:19:23 2020] JANUS REST (HTTP/HTTPS) transport plugin initialized![Mon Jul 13 08:19:23 2020] Version: 2 (0.0.2)
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetech...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/3ff43fa2-4835-427e-a2b4-cd5ffd372fb8o%40googlegroups.com.
--Regards,Mirko--Regards,Mirko--Regards,Mirko
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/7916504f-5a86-4d79-97ee-cf0c5738cf0do%40googlegroups.com.
general: {
#events = true # Whether to notify event handlers about transport events (default=true)
json = "indented" # Whether the JSON messages should be indented (default),
# plain (no indentation) or compact (no indentation and no spaces)
base_path = "/janus" # Base path to bind to in the web server (plain HTTP only)
http = true # Whether to enable the plain HTTP interface
port = 8088 # Web server HTTP port
#interface = "eth0" # Whether we should bind this server to a specific interface only
#ip = "192.168.0.1" # Whether we should bind this server to a specific IP address (v4 or v6) only
https = true # Whether to enable HTTPS (default=false)
secure_port = 8089 # Web server HTTPS port, if enabled
#secure_interface = "eth0" # Whether we should bind this server to a specific interface only
#secure_ip = "192.168.0.1" # Whether we should bind this server to a specific IP address (v4 or v6) only
#acl = "127.,192.168.0." # Only allow requests coming from this comma separated list of addresses
}
I think someone in the beginning pointed to the libmicrohttpd version being not correct (checking for MHD... no), so newer Janus will require newer MHD.Until you don't see checking for MHD... yes, it won't be able to start the daemon :)
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/7916504f-5a86-4d79-97ee-cf0c5738cf0do%40googlegroups.com.
--Regards,Mirko
wget https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.71.tar.gz
tar xvf libmicrohttpd-0.9.71.tar.gz
cd libmicrohttpd-0.9.71
./configure
make
Hi Francesc,As suggested i used the config as it was 0.10.3 and changed the necessary params, still the same issue.
[...]
While doing make, there was many warnings related to MHD in tranport.http file, what could be reason for this warnings.How can we check if Janus is compiled with which version of libmicrohttpd Library?
Hi Francesc,As suggested i used the config as it was 0.10.3 and changed the necessary params, still the same issue.
[...]
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/2e891a4f-a44f-4eef-b0ba-29f6c8cccde8o%40googlegroups.com.
Definitely problem is that make didn't compile correctly, but I have no clue why
To unsubscribe from this group and stop receiving emails from it, send an email to meetech...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/2e891a4f-a44f-4eef-b0ba-29f6c8cccde8o%40googlegroups.com.
--Regards,Mirko
Hi