Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.52 KB | None | 0 0
  1. janus-gateway# ./configure --disable-rabbitmq --disable-docs --enable-turn-rest-api
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... no
  6. checking for mawk... mawk
  7. checking whether make sets $(MAKE)... yes
  8. checking whether make supports nested variables... yes
  9. checking whether make supports nested variables... (cached) yes
  10. checking for style of include used by make... GNU
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking whether gcc understands -c and -o together... yes
  21. checking dependency style of gcc... gcc3
  22. checking how to run the C preprocessor... gcc -E
  23. checking for grep that handles long lines and -e... /bin/grep
  24. checking for egrep... /bin/grep -E
  25. checking for ANSI C header files... yes
  26. checking for sys/types.h... yes
  27. checking for sys/stat.h... yes
  28. checking for stdlib.h... yes
  29. checking for string.h... yes
  30. checking for memory.h... yes
  31. checking for strings.h... yes
  32. checking for inttypes.h... yes
  33. checking for stdint.h... yes
  34. checking for unistd.h... yes
  35. checking minix/config.h usability... no
  36. checking minix/config.h presence... no
  37. checking for minix/config.h... no
  38. checking whether it is safe to define __EXTENSIONS__... yes
  39. checking for gcc... (cached) gcc
  40. checking whether we are using the GNU C compiler... (cached) yes
  41. checking whether gcc accepts -g... (cached) yes
  42. checking for gcc option to accept ISO C89... (cached) none needed
  43. checking whether gcc understands -c and -o together... (cached) yes
  44. checking dependency style of gcc... (cached) gcc3
  45. checking build system type... x86_64-unknown-linux-gnu
  46. checking host system type... x86_64-unknown-linux-gnu
  47. checking how to print strings... printf
  48. checking for a sed that does not truncate output... /bin/sed
  49. checking for fgrep... /bin/grep -F
  50. checking for ld used by gcc... /usr/bin/ld
  51. checking if the linker (/usr/bin/ld) is GNU ld... yes
  52. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  53. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  54. checking whether ln -s works... yes
  55. checking the maximum length of command line arguments... 1572864
  56. checking whether the shell understands some XSI constructs... yes
  57. checking whether the shell understands "+="... yes
  58. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  59. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  60. checking for /usr/bin/ld option to reload object files... -r
  61. checking for objdump... objdump
  62. checking how to recognize dependent libraries... pass_all
  63. checking for dlltool... no
  64. checking how to associate runtime and link libraries... printf %s\n
  65. checking for ar... ar
  66. checking for archiver @FILE support... @
  67. checking for strip... strip
  68. checking for ranlib... ranlib
  69. checking command to parse /usr/bin/nm -B output from gcc object... ok
  70. checking for sysroot... no
  71. checking for mt... mt
  72. checking if mt is a manifest tool... no
  73. checking for dlfcn.h... yes
  74. checking for objdir... .libs
  75. checking if gcc supports -fno-rtti -fno-exceptions... no
  76. checking for gcc option to produce PIC... -fPIC -DPIC
  77. checking if gcc PIC flag -fPIC -DPIC works... yes
  78. checking if gcc static flag -static works... yes
  79. checking if gcc supports -c -o file.o... yes
  80. checking if gcc supports -c -o file.o... (cached) yes
  81. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  82. checking whether -lc should be explicitly linked in... no
  83. checking dynamic linker characteristics... GNU/Linux ld.so
  84. checking how to hardcode library paths into programs... immediate
  85. checking whether stripping libraries is possible... yes
  86. checking if libtool supports shared libraries... yes
  87. checking whether to build shared libraries... yes
  88. checking whether to build static libraries... yes
  89. checking for pkg-config... /usr/bin/pkg-config
  90. checking pkg-config is at least version 0.9.0... yes
  91. checking for JANUS... yes
  92. checking for nice_agent_set_port_range in -lnice... yes
  93. checking for nice_address_equal_no_port in -lnice... yes
  94. checking for dlopen in -ldl... yes
  95. checking for srtp_init in -lsrtp... yes
  96. checking for libwebsocket_get_internal_extensions in -lwebsockets_shared... no
  97. checking for libwebsocket_get_internal_extensions in -lwebsockets... yes
  98. checking for usrsctp_finish in -lusrsctp... yes
  99. checking for amqp_error_string2 in -lrabbitmq... no
  100. checking for LIBCURL... yes
  101. checking for doxygen... no
  102. checking for dot... no
  103. checking for gengetopt... yes
  104. checking for PLUGINS... yes
  105. checking for OPUS... yes
  106. checking for OGG... yes
  107. checking that generated files are newer than configure... done
  108. configure: creating ./config.status
  109. config.status: creating Makefile
  110. config.status: creating html/Makefile
  111. config.status: creating docs/Makefile
  112. config.status: executing depfiles commands
  113. config.status: executing libtool commands
  114.  
  115. RabbitMQ support:          no
  116. WebSockets support:        yes
  117. DataChannels support:      yes
  118. Recordings post-processor: no
  119. TURN REST API client:      yes
  120. Doxygen documentation:     no
  121. Plugins:
  122.     Echo Test:             yes
  123.     Streaming:             yes
  124.     Video Call:            yes
  125.     SIP Gateway:           yes
  126.     Audio Bridge:          yes
  127.     Video Room:            yes
  128.     Voice Mail:            yes
  129.     Record&Play:           yes
  130.  
  131. If this configuration is ok for you, do a make to start building Janus
  132.  
  133. root@ip-172-31-1-70:/home/root/janus-gateway# sudo make install^C
  134. root@ip-172-31-1-70:/home/root/janus-gateway# ^C
  135. root@ip-172-31-1-70:/home/root/janus-gateway# make -j17
  136. gengetopt --set-package="janus" --set-version="0.0.9" < janus.ggo
  137. make  all-recursive
  138. make[1]: Entering directory `/home/root/janus-gateway'
  139. Making all in html
  140. make[2]: Entering directory `/home/root/janus-gateway/html'
  141. make[2]: Nothing to be done for `all'.
  142. make[2]: Leaving directory `/home/root/janus-gateway/html'
  143. make[2]: Entering directory `/home/root/janus-gateway'
  144.  CC       plugins/plugins_libjanus_echotest_la-janus_echotest.lo
  145.  CC       plugins/plugins_libjanus_audiobridge_la-janus_audiobridge.lo
  146.  CC       plugins/plugins_libjanus_recordplay_la-janus_recordplay.lo
  147.  CC       plugins/plugins_libjanus_sip_la-janus_sip.lo
  148.  CC       plugins/plugins_libjanus_streaming_la-janus_streaming.lo
  149.  CC       plugins/plugins_libjanus_videocall_la-janus_videocall.lo
  150.  CC       plugins/plugins_libjanus_voicemail_la-janus_voicemail.lo
  151.  CC       plugins/plugins_libjanus_videoroom_la-janus_videoroom.lo
  152.  CC       janus-apierror.o
  153.  CC       janus-cmdline.o
  154.  CC       janus-config.o
  155.  CC       janus-janus.o
  156.  CC       janus-ice.o
  157.  CC       janus-rtcp.o
  158.  CC       janus-record.o
  159.  CC       janus-dtls.o
  160.  CC       janus-sctp.o
  161.  CC       janus-sdp.o
  162. cmdline.c: In function 'cmdline_parser_internal':
  163. cmdline.c:700:7: warning: variable 'check_required' set but not used [-Wunused-but-set-variable]
  164.   int check_required;
  165.       ^
  166.  CC       janus-turnrest.o
  167.  CC       janus-utils.o
  168.  CC       plugins/janus-plugin.o
  169. /bin/mkdir -p conf
  170.  GEN      conf/janus.cfg.sample
  171. /bin/mkdir -p conf
  172.  GEN      conf/janus.plugin.recordplay.cfg.sample
  173. /bin/mkdir -p conf
  174.  GEN      conf/janus.plugin.streaming.cfg.sample
  175. ice.c: In function 'janus_ice_set_stun_server':
  176. ice.c:515:102: warning: passing argument 3 of 'stun_message_find_xor_addr' from incompatible pointer type [enabled by default]
  177.  StunMessageReturn ret = stun_message_find_xor_addr(&msg, STUN_ATTRIBUTE_XOR_MAPPED_ADDRESS, (struct sockaddr *)&address, &addrlen);
  178.                                                                                                      ^
  179. In file included from /usr/local/include/stun/stunagent.h:73:0,
  180.                 from /usr/local/include/stun/usages/bind.h:61,
  181.                 from ice.c:21:
  182. /usr/local/include/stun/stunmessage.h:671:19: note: expected 'struct sockaddr_storage *' but argument is of type 'struct sockaddr *'
  183. StunMessageReturn stun_message_find_xor_addr (const StunMessage *msg,
  184.                   ^
  185. ice.c:521:76: warning: passing argument 3 of 'stun_message_find_addr' from incompatible pointer type [enabled by default]
  186.  ret = stun_message_find_addr(&msg, STUN_ATTRIBUTE_MAPPED_ADDRESS, (struct sockaddr *)&address, &addrlen);
  187.                                                                            ^
  188. In file included from /usr/local/include/stun/stunagent.h:73:0,
  189.                 from /usr/local/include/stun/usages/bind.h:61,
  190.                 from ice.c:21:
  191. /usr/local/include/stun/stunmessage.h:652:19: note: expected 'struct sockaddr_storage *' but argument is of type 'struct sockaddr *'
  192. StunMessageReturn stun_message_find_addr (const StunMessage *msg,
  193.                   ^
  194.  CCLD     plugins/libjanus_echotest.la
  195.  CCLD     plugins/libjanus_voicemail.la
  196.  CCLD     plugins/libjanus_videocall.la
  197.  CCLD     plugins/libjanus_recordplay.la
  198.  CCLD     plugins/libjanus_sip.la
  199.  CCLD     janus
  200.  CCLD     plugins/libjanus_audiobridge.la
  201.  CCLD     plugins/libjanus_streaming.la
  202.  CCLD     plugins/libjanus_videoroom.la
  203. make[2]: Leaving directory `/home/root/janus-gateway'
  204. make[1]: Leaving directory `/home/root/janus-gateway'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement