Advertisement
Guest User

RTMP

a guest
Dec 16th, 2014
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.68 KB | None | 0 0
  1. pi@raspberrypi ~ $ sudo apt-get install build-essential libpcre3 libpcre3-dev libssl-dev
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. build-essential is already the newest version.
  6. libpcre3 is already the newest version.
  7. The following NEW packages will be installed:
  8. libpcre3-dev libpcrecpp0 libssl-dev libssl-doc
  9. 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
  10. Need to get 2,708 kB/3,175 kB of archives.
  11. After this operation, 7,063 kB of additional disk space will be used.
  12. Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main libssl-dev armhf 1.0.1e-2+rvt+deb7u10
  13. 404 Not Found
  14. Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main libssl-doc all 1.0.1e-2+rvt+deb7u10
  15. 404 Not Found
  16. Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/o/openssl/libssl-dev_1.0.1e-2+rvt+deb7u10_armhf.deb 404 Not Found
  17. Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/o/openssl/libssl-doc_1.0.1e-2+rvt+deb7u10_all.deb 404 Not Found
  18. E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
  19. pi@raspberrypi ~ $ http://nginx.org/download/nginx-1.7.7.tar.gz
  20. bash: http://nginx.org/download/nginx-1.7.7.tar.gz: No such file or directory
  21. pi@raspberrypi ~ $ wget http://nginx.org/download/nginx-1.7.7.tar.gz
  22. --2014-12-17 04:20:48-- http://nginx.org/download/nginx-1.7.7.tar.gz
  23. Resolving nginx.org (nginx.org)... 206.251.255.63
  24. Connecting to nginx.org (nginx.org)|206.251.255.63|:80... connected.
  25. HTTP request sent, awaiting response... 200 OK
  26. Length: 819949 (801K) [application/octet-stream]
  27. Saving to: `nginx-1.7.7.tar.gz.1'
  28.  
  29. 100%[======================================>] 819,949 363K/s in 2.2s
  30.  
  31. 2014-12-17 04:20:51 (363 KB/s) - `nginx-1.7.7.tar.gz.1' saved [819949/819949]
  32.  
  33. pi@raspberrypi ~ $ wget https://github.com/arut/nginx-rtmp-module/archive/master.zip
  34. --2014-12-17 04:21:02-- https://github.com/arut/nginx-rtmp-module/archive/master.zip
  35. Resolving github.com (github.com)... 192.30.252.131
  36. Connecting to github.com (github.com)|192.30.252.131|:443... connected.
  37. HTTP request sent, awaiting response... 302 Found
  38. Location: https://codeload.github.com/arut/nginx-rtmp-module/zip/master [following]
  39. --2014-12-17 04:21:10-- https://codeload.github.com/arut/nginx-rtmp-module/zip/master
  40. Resolving codeload.github.com (codeload.github.com)... 192.30.252.146
  41. Connecting to codeload.github.com (codeload.github.com)|192.30.252.146|:443... connected.
  42. HTTP request sent, awaiting response... 200 OK
  43. Length: 545262 (532K) [application/zip]
  44. Saving to: `master.zip.1'
  45.  
  46. 100%[======================================>] 545,262 328K/s in 1.6s
  47.  
  48. 2014-12-17 04:21:18 (328 KB/s) - `master.zip.1' saved [545262/545262]
  49.  
  50. pi@raspberrypi ~ $ tar -zxvf nginx-1.7.7.tar.gz
  51. nginx-1.7.7/
  52. nginx-1.7.7/auto/
  53. nginx-1.7.7/conf/
  54. nginx-1.7.7/contrib/
  55. nginx-1.7.7/src/
  56. nginx-1.7.7/configure
  57. nginx-1.7.7/LICENSE
  58. nginx-1.7.7/README
  59. nginx-1.7.7/html/
  60. nginx-1.7.7/man/
  61. nginx-1.7.7/CHANGES.ru
  62. nginx-1.7.7/CHANGES
  63. nginx-1.7.7/man/nginx.8
  64. nginx-1.7.7/html/50x.html
  65. nginx-1.7.7/html/index.html
  66. nginx-1.7.7/src/core/
  67. nginx-1.7.7/src/event/
  68. nginx-1.7.7/src/http/
  69. nginx-1.7.7/src/mail/
  70. nginx-1.7.7/src/misc/
  71. nginx-1.7.7/src/os/
  72. nginx-1.7.7/src/os/unix/
  73. nginx-1.7.7/src/os/unix/ngx_aio_read_chain.c
  74. nginx-1.7.7/src/os/unix/ngx_aio_read.c
  75. nginx-1.7.7/src/os/unix/ngx_aio_write_chain.c
  76. nginx-1.7.7/src/os/unix/ngx_aio_write.c
  77. nginx-1.7.7/src/os/unix/ngx_atomic.h
  78. nginx-1.7.7/src/os/unix/ngx_alloc.c
  79. nginx-1.7.7/src/os/unix/ngx_alloc.h
  80. nginx-1.7.7/src/os/unix/ngx_darwin_config.h
  81. nginx-1.7.7/src/os/unix/ngx_channel.c
  82. nginx-1.7.7/src/os/unix/ngx_channel.h
  83. nginx-1.7.7/src/os/unix/ngx_daemon.c
  84. nginx-1.7.7/src/os/unix/ngx_darwin.h
  85. nginx-1.7.7/src/os/unix/ngx_darwin_sendfile_chain.c
  86. nginx-1.7.7/src/os/unix/ngx_darwin_init.c
  87. nginx-1.7.7/src/os/unix/ngx_file_aio_read.c
  88. nginx-1.7.7/src/os/unix/ngx_errno.c
  89. nginx-1.7.7/src/os/unix/ngx_errno.h
  90. nginx-1.7.7/src/os/unix/ngx_freebsd.h
  91. nginx-1.7.7/src/os/unix/ngx_files.c
  92. nginx-1.7.7/src/os/unix/ngx_files.h
  93. nginx-1.7.7/src/os/unix/ngx_freebsd_rfork_thread.c
  94. nginx-1.7.7/src/os/unix/ngx_freebsd_config.h
  95. nginx-1.7.7/src/os/unix/ngx_freebsd_init.c
  96. nginx-1.7.7/src/os/unix/ngx_freebsd_sendfile_chain.c
  97. nginx-1.7.7/src/os/unix/ngx_freebsd_rfork_thread.h
  98. nginx-1.7.7/src/os/unix/ngx_gcc_atomic_sparc64.h
  99. nginx-1.7.7/src/os/unix/ngx_gcc_atomic_amd64.h
  100. nginx-1.7.7/src/os/unix/ngx_gcc_atomic_ppc.h
  101. nginx-1.7.7/src/os/unix/ngx_solaris_sendfilev_chain.c
  102. nginx-1.7.7/src/os/unix/ngx_gcc_atomic_x86.h
  103. nginx-1.7.7/src/os/unix/ngx_linux.h
  104. nginx-1.7.7/src/os/unix/ngx_linux_aio_read.c
  105. nginx-1.7.7/src/os/unix/ngx_linux_config.h
  106. nginx-1.7.7/src/os/unix/ngx_linux_init.c
  107. nginx-1.7.7/src/os/unix/ngx_linux_sendfile_chain.c
  108. nginx-1.7.7/src/os/unix/ngx_os.h
  109. nginx-1.7.7/src/os/unix/ngx_posix_config.h
  110. nginx-1.7.7/src/os/unix/ngx_posix_init.c
  111. nginx-1.7.7/src/os/unix/ngx_process.c
  112. nginx-1.7.7/src/os/unix/ngx_process.h
  113. nginx-1.7.7/src/os/unix/ngx_process_cycle.c
  114. nginx-1.7.7/src/os/unix/ngx_process_cycle.h
  115. nginx-1.7.7/src/os/unix/ngx_pthread_thread.c
  116. nginx-1.7.7/src/os/unix/ngx_readv_chain.c
  117. nginx-1.7.7/src/os/unix/ngx_recv.c
  118. nginx-1.7.7/src/os/unix/ngx_send.c
  119. nginx-1.7.7/src/os/unix/ngx_setaffinity.c
  120. nginx-1.7.7/src/os/unix/ngx_setaffinity.h
  121. nginx-1.7.7/src/os/unix/ngx_setproctitle.c
  122. nginx-1.7.7/src/os/unix/ngx_setproctitle.h
  123. nginx-1.7.7/src/os/unix/ngx_shmem.c
  124. nginx-1.7.7/src/os/unix/ngx_shmem.h
  125. nginx-1.7.7/src/os/unix/ngx_socket.c
  126. nginx-1.7.7/src/os/unix/ngx_socket.h
  127. nginx-1.7.7/src/os/unix/ngx_solaris.h
  128. nginx-1.7.7/src/os/unix/ngx_solaris_config.h
  129. nginx-1.7.7/src/os/unix/ngx_solaris_init.c
  130. nginx-1.7.7/src/os/unix/ngx_sunpro_atomic_sparc64.h
  131. nginx-1.7.7/src/os/unix/ngx_sunpro_amd64.il
  132. nginx-1.7.7/src/os/unix/ngx_sunpro_sparc64.il
  133. nginx-1.7.7/src/os/unix/ngx_sunpro_x86.il
  134. nginx-1.7.7/src/os/unix/ngx_thread.h
  135. nginx-1.7.7/src/os/unix/ngx_time.c
  136. nginx-1.7.7/src/os/unix/ngx_time.h
  137. nginx-1.7.7/src/os/unix/ngx_udp_recv.c
  138. nginx-1.7.7/src/os/unix/ngx_user.c
  139. nginx-1.7.7/src/os/unix/ngx_user.h
  140. nginx-1.7.7/src/os/unix/ngx_writev_chain.c
  141. nginx-1.7.7/src/os/unix/rfork_thread.S
  142. nginx-1.7.7/src/misc/ngx_google_perftools_module.c
  143. nginx-1.7.7/src/misc/ngx_cpp_test_module.cpp
  144. nginx-1.7.7/src/mail/ngx_mail_handler.c
  145. nginx-1.7.7/src/mail/ngx_mail.c
  146. nginx-1.7.7/src/mail/ngx_mail.h
  147. nginx-1.7.7/src/mail/ngx_mail_auth_http_module.c
  148. nginx-1.7.7/src/mail/ngx_mail_core_module.c
  149. nginx-1.7.7/src/mail/ngx_mail_imap_handler.c
  150. nginx-1.7.7/src/mail/ngx_mail_imap_module.c
  151. nginx-1.7.7/src/mail/ngx_mail_imap_module.h
  152. nginx-1.7.7/src/mail/ngx_mail_parse.c
  153. nginx-1.7.7/src/mail/ngx_mail_pop3_handler.c
  154. nginx-1.7.7/src/mail/ngx_mail_pop3_module.c
  155. nginx-1.7.7/src/mail/ngx_mail_pop3_module.h
  156. nginx-1.7.7/src/mail/ngx_mail_proxy_module.c
  157. nginx-1.7.7/src/mail/ngx_mail_smtp_handler.c
  158. nginx-1.7.7/src/mail/ngx_mail_smtp_module.c
  159. nginx-1.7.7/src/mail/ngx_mail_smtp_module.h
  160. nginx-1.7.7/src/mail/ngx_mail_ssl_module.c
  161. nginx-1.7.7/src/mail/ngx_mail_ssl_module.h
  162. nginx-1.7.7/src/http/modules/
  163. nginx-1.7.7/src/http/ngx_http_cache.h
  164. nginx-1.7.7/src/http/ngx_http.c
  165. nginx-1.7.7/src/http/ngx_http.h
  166. nginx-1.7.7/src/http/ngx_http_copy_filter_module.c
  167. nginx-1.7.7/src/http/ngx_http_busy_lock.c
  168. nginx-1.7.7/src/http/ngx_http_busy_lock.h
  169. nginx-1.7.7/src/http/ngx_http_config.h
  170. nginx-1.7.7/src/http/ngx_http_header_filter_module.c
  171. nginx-1.7.7/src/http/ngx_http_core_module.c
  172. nginx-1.7.7/src/http/ngx_http_core_module.h
  173. nginx-1.7.7/src/http/ngx_http_file_cache.c
  174. nginx-1.7.7/src/http/ngx_http_parse_time.c
  175. nginx-1.7.7/src/http/ngx_http_parse.c
  176. nginx-1.7.7/src/http/ngx_http_request_body.c
  177. nginx-1.7.7/src/http/ngx_http_request.c
  178. nginx-1.7.7/src/http/ngx_http_postpone_filter_module.c
  179. nginx-1.7.7/src/http/ngx_http_request.h
  180. nginx-1.7.7/src/http/ngx_http_spdy_module.c
  181. nginx-1.7.7/src/http/ngx_http_script.c
  182. nginx-1.7.7/src/http/ngx_http_script.h
  183. nginx-1.7.7/src/http/ngx_http_spdy.c
  184. nginx-1.7.7/src/http/ngx_http_spdy.h
  185. nginx-1.7.7/src/http/ngx_http_spdy_filter_module.c
  186. nginx-1.7.7/src/http/ngx_http_spdy_module.h
  187. nginx-1.7.7/src/http/ngx_http_special_response.c
  188. nginx-1.7.7/src/http/ngx_http_upstream.c
  189. nginx-1.7.7/src/http/ngx_http_upstream.h
  190. nginx-1.7.7/src/http/ngx_http_upstream_round_robin.c
  191. nginx-1.7.7/src/http/ngx_http_upstream_round_robin.h
  192. nginx-1.7.7/src/http/ngx_http_variables.c
  193. nginx-1.7.7/src/http/ngx_http_variables.h
  194. nginx-1.7.7/src/http/ngx_http_write_filter_module.c
  195. nginx-1.7.7/src/http/modules/ngx_http_addition_filter_module.c
  196. nginx-1.7.7/src/http/modules/ngx_http_access_module.c
  197. nginx-1.7.7/src/http/modules/ngx_http_charset_filter_module.c
  198. nginx-1.7.7/src/http/modules/ngx_http_auth_basic_module.c
  199. nginx-1.7.7/src/http/modules/ngx_http_auth_request_module.c
  200. nginx-1.7.7/src/http/modules/ngx_http_autoindex_module.c
  201. nginx-1.7.7/src/http/modules/ngx_http_browser_module.c
  202. nginx-1.7.7/src/http/modules/ngx_http_not_modified_filter_module.c
  203. nginx-1.7.7/src/http/modules/ngx_http_chunked_filter_module.c
  204. nginx-1.7.7/src/http/modules/ngx_http_dav_module.c
  205. nginx-1.7.7/src/http/modules/ngx_http_degradation_module.c
  206. nginx-1.7.7/src/http/modules/ngx_http_empty_gif_module.c
  207. nginx-1.7.7/src/http/modules/ngx_http_fastcgi_module.c
  208. nginx-1.7.7/src/http/modules/ngx_http_flv_module.c
  209. nginx-1.7.7/src/http/modules/ngx_http_geo_module.c
  210. nginx-1.7.7/src/http/modules/ngx_http_geoip_module.c
  211. nginx-1.7.7/src/http/modules/ngx_http_gunzip_filter_module.c
  212. nginx-1.7.7/src/http/modules/ngx_http_gzip_filter_module.c
  213. nginx-1.7.7/src/http/modules/ngx_http_gzip_static_module.c
  214. nginx-1.7.7/src/http/modules/ngx_http_headers_filter_module.c
  215. nginx-1.7.7/src/http/modules/ngx_http_image_filter_module.c
  216. nginx-1.7.7/src/http/modules/ngx_http_index_module.c
  217. nginx-1.7.7/src/http/modules/ngx_http_limit_conn_module.c
  218. nginx-1.7.7/src/http/modules/ngx_http_limit_req_module.c
  219. nginx-1.7.7/src/http/modules/ngx_http_log_module.c
  220. nginx-1.7.7/src/http/modules/ngx_http_map_module.c
  221. nginx-1.7.7/src/http/modules/ngx_http_memcached_module.c
  222. nginx-1.7.7/src/http/modules/ngx_http_mp4_module.c
  223. nginx-1.7.7/src/http/modules/ngx_http_random_index_module.c
  224. nginx-1.7.7/src/http/modules/ngx_http_proxy_module.c
  225. nginx-1.7.7/src/http/modules/ngx_http_upstream_ip_hash_module.c
  226. nginx-1.7.7/src/http/modules/ngx_http_range_filter_module.c
  227. nginx-1.7.7/src/http/modules/ngx_http_realip_module.c
  228. nginx-1.7.7/src/http/modules/ngx_http_referer_module.c
  229. nginx-1.7.7/src/http/modules/ngx_http_rewrite_module.c
  230. nginx-1.7.7/src/http/modules/ngx_http_scgi_module.c
  231. nginx-1.7.7/src/http/modules/ngx_http_secure_link_module.c
  232. nginx-1.7.7/src/http/modules/ngx_http_split_clients_module.c
  233. nginx-1.7.7/src/http/modules/ngx_http_ssi_filter_module.c
  234. nginx-1.7.7/src/http/modules/perl/
  235. nginx-1.7.7/src/http/modules/ngx_http_ssi_filter_module.h
  236. nginx-1.7.7/src/http/modules/ngx_http_ssl_module.c
  237. nginx-1.7.7/src/http/modules/ngx_http_ssl_module.h
  238. nginx-1.7.7/src/http/modules/ngx_http_static_module.c
  239. nginx-1.7.7/src/http/modules/ngx_http_stub_status_module.c
  240. nginx-1.7.7/src/http/modules/ngx_http_sub_filter_module.c
  241. nginx-1.7.7/src/http/modules/ngx_http_upstream_hash_module.c
  242. nginx-1.7.7/src/http/modules/ngx_http_upstream_keepalive_module.c
  243. nginx-1.7.7/src/http/modules/ngx_http_upstream_least_conn_module.c
  244. nginx-1.7.7/src/http/modules/ngx_http_userid_filter_module.c
  245. nginx-1.7.7/src/http/modules/ngx_http_uwsgi_module.c
  246. nginx-1.7.7/src/http/modules/ngx_http_xslt_filter_module.c
  247. nginx-1.7.7/src/http/modules/perl/Makefile.PL
  248. nginx-1.7.7/src/http/modules/perl/nginx.pm
  249. nginx-1.7.7/src/http/modules/perl/nginx.xs
  250. nginx-1.7.7/src/http/modules/perl/typemap
  251. nginx-1.7.7/src/http/modules/perl/ngx_http_perl_module.c
  252. nginx-1.7.7/src/http/modules/perl/ngx_http_perl_module.h
  253. nginx-1.7.7/src/event/modules/
  254. nginx-1.7.7/src/event/ngx_event_accept.c
  255. nginx-1.7.7/src/event/ngx_event.c
  256. nginx-1.7.7/src/event/ngx_event.h
  257. nginx-1.7.7/src/event/ngx_event_openssl_stapling.c
  258. nginx-1.7.7/src/event/ngx_event_busy_lock.c
  259. nginx-1.7.7/src/event/ngx_event_busy_lock.h
  260. nginx-1.7.7/src/event/ngx_event_connect.c
  261. nginx-1.7.7/src/event/ngx_event_connect.h
  262. nginx-1.7.7/src/event/ngx_event_mutex.c
  263. nginx-1.7.7/src/event/ngx_event_openssl.c
  264. nginx-1.7.7/src/event/ngx_event_openssl.h
  265. nginx-1.7.7/src/event/ngx_event_pipe.c
  266. nginx-1.7.7/src/event/ngx_event_pipe.h
  267. nginx-1.7.7/src/event/ngx_event_posted.c
  268. nginx-1.7.7/src/event/ngx_event_posted.h
  269. nginx-1.7.7/src/event/ngx_event_timer.c
  270. nginx-1.7.7/src/event/ngx_event_timer.h
  271. nginx-1.7.7/src/event/modules/ngx_devpoll_module.c
  272. nginx-1.7.7/src/event/modules/ngx_aio_module.c
  273. nginx-1.7.7/src/event/modules/ngx_eventport_module.c
  274. nginx-1.7.7/src/event/modules/ngx_epoll_module.c
  275. nginx-1.7.7/src/event/modules/ngx_win32_select_module.c
  276. nginx-1.7.7/src/event/modules/ngx_kqueue_module.c
  277. nginx-1.7.7/src/event/modules/ngx_poll_module.c
  278. nginx-1.7.7/src/event/modules/ngx_rtsig_module.c
  279. nginx-1.7.7/src/event/modules/ngx_select_module.c
  280. nginx-1.7.7/src/core/ngx_array.c
  281. nginx-1.7.7/src/core/nginx.c
  282. nginx-1.7.7/src/core/nginx.h
  283. nginx-1.7.7/src/core/ngx_conf_file.c
  284. nginx-1.7.7/src/core/ngx_array.h
  285. nginx-1.7.7/src/core/ngx_buf.c
  286. nginx-1.7.7/src/core/ngx_buf.h
  287. nginx-1.7.7/src/core/ngx_connection.c
  288. nginx-1.7.7/src/core/ngx_conf_file.h
  289. nginx-1.7.7/src/core/ngx_config.h
  290. nginx-1.7.7/src/core/ngx_murmurhash.c
  291. nginx-1.7.7/src/core/ngx_file.c
  292. nginx-1.7.7/src/core/ngx_connection.h
  293. nginx-1.7.7/src/core/ngx_core.h
  294. nginx-1.7.7/src/core/ngx_cpuinfo.c
  295. nginx-1.7.7/src/core/ngx_crc.h
  296. nginx-1.7.7/src/core/ngx_crc32.c
  297. nginx-1.7.7/src/core/ngx_crc32.h
  298. nginx-1.7.7/src/core/ngx_crypt.c
  299. nginx-1.7.7/src/core/ngx_crypt.h
  300. nginx-1.7.7/src/core/ngx_cycle.c
  301. nginx-1.7.7/src/core/ngx_cycle.h
  302. nginx-1.7.7/src/core/ngx_file.h
  303. nginx-1.7.7/src/core/ngx_hash.c
  304. nginx-1.7.7/src/core/ngx_hash.h
  305. nginx-1.7.7/src/core/ngx_inet.c
  306. nginx-1.7.7/src/core/ngx_inet.h
  307. nginx-1.7.7/src/core/ngx_list.c
  308. nginx-1.7.7/src/core/ngx_list.h
  309. nginx-1.7.7/src/core/ngx_log.c
  310. nginx-1.7.7/src/core/ngx_log.h
  311. nginx-1.7.7/src/core/ngx_md5.c
  312. nginx-1.7.7/src/core/ngx_md5.h
  313. nginx-1.7.7/src/core/ngx_open_file_cache.c
  314. nginx-1.7.7/src/core/ngx_murmurhash.h
  315. nginx-1.7.7/src/core/ngx_open_file_cache.h
  316. nginx-1.7.7/src/core/ngx_output_chain.c
  317. nginx-1.7.7/src/core/ngx_palloc.c
  318. nginx-1.7.7/src/core/ngx_palloc.h
  319. nginx-1.7.7/src/core/ngx_parse.c
  320. nginx-1.7.7/src/core/ngx_parse.h
  321. nginx-1.7.7/src/core/ngx_proxy_protocol.c
  322. nginx-1.7.7/src/core/ngx_times.h
  323. nginx-1.7.7/src/core/ngx_proxy_protocol.h
  324. nginx-1.7.7/src/core/ngx_queue.c
  325. nginx-1.7.7/src/core/ngx_queue.h
  326. nginx-1.7.7/src/core/ngx_radix_tree.c
  327. nginx-1.7.7/src/core/ngx_radix_tree.h
  328. nginx-1.7.7/src/core/ngx_rbtree.c
  329. nginx-1.7.7/src/core/ngx_rbtree.h
  330. nginx-1.7.7/src/core/ngx_regex.c
  331. nginx-1.7.7/src/core/ngx_regex.h
  332. nginx-1.7.7/src/core/ngx_resolver.c
  333. nginx-1.7.7/src/core/ngx_resolver.h
  334. nginx-1.7.7/src/core/ngx_sha1.h
  335. nginx-1.7.7/src/core/ngx_shmtx.c
  336. nginx-1.7.7/src/core/ngx_shmtx.h
  337. nginx-1.7.7/src/core/ngx_slab.c
  338. nginx-1.7.7/src/core/ngx_slab.h
  339. nginx-1.7.7/src/core/ngx_spinlock.c
  340. nginx-1.7.7/src/core/ngx_string.c
  341. nginx-1.7.7/src/core/ngx_string.h
  342. nginx-1.7.7/src/core/ngx_syslog.c
  343. nginx-1.7.7/src/core/ngx_syslog.h
  344. nginx-1.7.7/src/core/ngx_times.c
  345. nginx-1.7.7/contrib/geo2nginx.pl
  346. nginx-1.7.7/contrib/README
  347. nginx-1.7.7/contrib/unicode2nginx/
  348. nginx-1.7.7/contrib/vim/
  349. nginx-1.7.7/contrib/vim/ftdetect/
  350. nginx-1.7.7/contrib/vim/indent/
  351. nginx-1.7.7/contrib/vim/syntax/
  352. nginx-1.7.7/contrib/vim/syntax/nginx.vim
  353. nginx-1.7.7/contrib/vim/indent/nginx.vim
  354. nginx-1.7.7/contrib/vim/ftdetect/nginx.vim
  355. nginx-1.7.7/contrib/unicode2nginx/koi-utf
  356. nginx-1.7.7/contrib/unicode2nginx/win-utf
  357. nginx-1.7.7/contrib/unicode2nginx/unicode-to-nginx.pl
  358. nginx-1.7.7/conf/fastcgi.conf
  359. nginx-1.7.7/conf/fastcgi_params
  360. nginx-1.7.7/conf/koi-utf
  361. nginx-1.7.7/conf/koi-win
  362. nginx-1.7.7/conf/mime.types
  363. nginx-1.7.7/conf/nginx.conf
  364. nginx-1.7.7/conf/scgi_params
  365. nginx-1.7.7/conf/uwsgi_params
  366. nginx-1.7.7/conf/win-utf
  367. nginx-1.7.7/auto/cc/
  368. nginx-1.7.7/auto/have_headers
  369. nginx-1.7.7/auto/define
  370. nginx-1.7.7/auto/endianness
  371. nginx-1.7.7/auto/feature
  372. nginx-1.7.7/auto/have
  373. nginx-1.7.7/auto/lib/
  374. nginx-1.7.7/auto/os/
  375. nginx-1.7.7/auto/headers
  376. nginx-1.7.7/auto/include
  377. nginx-1.7.7/auto/init
  378. nginx-1.7.7/auto/install
  379. nginx-1.7.7/auto/types/
  380. nginx-1.7.7/auto/make
  381. nginx-1.7.7/auto/modules
  382. nginx-1.7.7/auto/nohave
  383. nginx-1.7.7/auto/options
  384. nginx-1.7.7/auto/sources
  385. nginx-1.7.7/auto/stubs
  386. nginx-1.7.7/auto/summary
  387. nginx-1.7.7/auto/unix
  388. nginx-1.7.7/auto/types/uintptr_t
  389. nginx-1.7.7/auto/types/sizeof
  390. nginx-1.7.7/auto/types/typedef
  391. nginx-1.7.7/auto/types/value
  392. nginx-1.7.7/auto/os/conf
  393. nginx-1.7.7/auto/os/darwin
  394. nginx-1.7.7/auto/os/freebsd
  395. nginx-1.7.7/auto/os/linux
  396. nginx-1.7.7/auto/os/solaris
  397. nginx-1.7.7/auto/os/win32
  398. nginx-1.7.7/auto/lib/geoip/
  399. nginx-1.7.7/auto/lib/conf
  400. nginx-1.7.7/auto/lib/google-perftools/
  401. nginx-1.7.7/auto/lib/libatomic/
  402. nginx-1.7.7/auto/lib/libgd/
  403. nginx-1.7.7/auto/lib/libxslt/
  404. nginx-1.7.7/auto/lib/md5/
  405. nginx-1.7.7/auto/lib/make
  406. nginx-1.7.7/auto/lib/openssl/
  407. nginx-1.7.7/auto/lib/pcre/
  408. nginx-1.7.7/auto/lib/perl/
  409. nginx-1.7.7/auto/lib/sha1/
  410. nginx-1.7.7/auto/lib/zlib/
  411. nginx-1.7.7/auto/lib/test
  412. nginx-1.7.7/auto/lib/zlib/makefile.bcc
  413. nginx-1.7.7/auto/lib/zlib/conf
  414. nginx-1.7.7/auto/lib/zlib/make
  415. nginx-1.7.7/auto/lib/zlib/makefile.msvc
  416. nginx-1.7.7/auto/lib/zlib/makefile.owc
  417. nginx-1.7.7/auto/lib/sha1/makefile.bcc
  418. nginx-1.7.7/auto/lib/sha1/conf
  419. nginx-1.7.7/auto/lib/sha1/make
  420. nginx-1.7.7/auto/lib/sha1/makefile.msvc
  421. nginx-1.7.7/auto/lib/sha1/makefile.owc
  422. nginx-1.7.7/auto/lib/perl/conf
  423. nginx-1.7.7/auto/lib/perl/make
  424. nginx-1.7.7/auto/lib/pcre/makefile.bcc
  425. nginx-1.7.7/auto/lib/pcre/conf
  426. nginx-1.7.7/auto/lib/pcre/make
  427. nginx-1.7.7/auto/lib/pcre/makefile.msvc
  428. nginx-1.7.7/auto/lib/pcre/makefile.owc
  429. nginx-1.7.7/auto/lib/openssl/makefile.bcc
  430. nginx-1.7.7/auto/lib/openssl/conf
  431. nginx-1.7.7/auto/lib/openssl/make
  432. nginx-1.7.7/auto/lib/openssl/makefile.msvc
  433. nginx-1.7.7/auto/lib/md5/makefile.bcc
  434. nginx-1.7.7/auto/lib/md5/conf
  435. nginx-1.7.7/auto/lib/md5/make
  436. nginx-1.7.7/auto/lib/md5/makefile.msvc
  437. nginx-1.7.7/auto/lib/md5/makefile.owc
  438. nginx-1.7.7/auto/lib/libxslt/conf
  439. nginx-1.7.7/auto/lib/libgd/conf
  440. nginx-1.7.7/auto/lib/libatomic/conf
  441. nginx-1.7.7/auto/lib/libatomic/make
  442. nginx-1.7.7/auto/lib/google-perftools/conf
  443. nginx-1.7.7/auto/lib/geoip/conf
  444. nginx-1.7.7/auto/cc/clang
  445. nginx-1.7.7/auto/cc/acc
  446. nginx-1.7.7/auto/cc/bcc
  447. nginx-1.7.7/auto/cc/ccc
  448. nginx-1.7.7/auto/cc/conf
  449. nginx-1.7.7/auto/cc/gcc
  450. nginx-1.7.7/auto/cc/icc
  451. nginx-1.7.7/auto/cc/msvc
  452. nginx-1.7.7/auto/cc/name
  453. nginx-1.7.7/auto/cc/owc
  454. nginx-1.7.7/auto/cc/sunc
  455. pi@raspberrypi ~ $ unzip master.zip
  456. Archive: master.zip
  457. 7a35372e30dca2a10c843219597bc4bc481fdda0
  458. replace nginx-rtmp-module-master/AUTHORS? [y]es, [n]o, [A]ll, [N]one, [r]ename: a
  459. error: invalid response [a]
  460. replace nginx-rtmp-module-master/AUTHORS? [y]es, [n]o, [A]ll, [N]one, [r]ename: A
  461. inflating: nginx-rtmp-module-master/AUTHORS
  462. inflating: nginx-rtmp-module-master/LICENSE
  463. inflating: nginx-rtmp-module-master/README.md
  464. inflating: nginx-rtmp-module-master/config
  465. inflating: nginx-rtmp-module-master/dash/ngx_rtmp_dash_module.c
  466. inflating: nginx-rtmp-module-master/dash/ngx_rtmp_mp4.c
  467. inflating: nginx-rtmp-module-master/dash/ngx_rtmp_mp4.h
  468. inflating: nginx-rtmp-module-master/doc/README.md
  469. inflating: nginx-rtmp-module-master/hls/ngx_rtmp_hls_module.c
  470. inflating: nginx-rtmp-module-master/hls/ngx_rtmp_mpegts.c
  471. inflating: nginx-rtmp-module-master/hls/ngx_rtmp_mpegts.h
  472. inflating: nginx-rtmp-module-master/ngx_rtmp.c
  473. inflating: nginx-rtmp-module-master/ngx_rtmp.h
  474. inflating: nginx-rtmp-module-master/ngx_rtmp_access_module.c
  475. inflating: nginx-rtmp-module-master/ngx_rtmp_amf.c
  476. inflating: nginx-rtmp-module-master/ngx_rtmp_amf.h
  477. inflating: nginx-rtmp-module-master/ngx_rtmp_auto_push_module.c
  478. inflating: nginx-rtmp-module-master/ngx_rtmp_bandwidth.c
  479. inflating: nginx-rtmp-module-master/ngx_rtmp_bandwidth.h
  480. inflating: nginx-rtmp-module-master/ngx_rtmp_bitop.c
  481. inflating: nginx-rtmp-module-master/ngx_rtmp_bitop.h
  482. inflating: nginx-rtmp-module-master/ngx_rtmp_cmd_module.c
  483. inflating: nginx-rtmp-module-master/ngx_rtmp_cmd_module.h
  484. inflating: nginx-rtmp-module-master/ngx_rtmp_codec_module.c
  485. inflating: nginx-rtmp-module-master/ngx_rtmp_codec_module.h
  486. inflating: nginx-rtmp-module-master/ngx_rtmp_control_module.c
  487. inflating: nginx-rtmp-module-master/ngx_rtmp_core_module.c
  488. inflating: nginx-rtmp-module-master/ngx_rtmp_eval.c
  489. inflating: nginx-rtmp-module-master/ngx_rtmp_eval.h
  490. inflating: nginx-rtmp-module-master/ngx_rtmp_exec_module.c
  491. inflating: nginx-rtmp-module-master/ngx_rtmp_flv_module.c
  492. inflating: nginx-rtmp-module-master/ngx_rtmp_handler.c
  493. inflating: nginx-rtmp-module-master/ngx_rtmp_handshake.c
  494. inflating: nginx-rtmp-module-master/ngx_rtmp_init.c
  495. inflating: nginx-rtmp-module-master/ngx_rtmp_limit_module.c
  496. inflating: nginx-rtmp-module-master/ngx_rtmp_live_module.c
  497. inflating: nginx-rtmp-module-master/ngx_rtmp_live_module.h
  498. inflating: nginx-rtmp-module-master/ngx_rtmp_log_module.c
  499. inflating: nginx-rtmp-module-master/ngx_rtmp_mp4_module.c
  500. inflating: nginx-rtmp-module-master/ngx_rtmp_netcall_module.c
  501. inflating: nginx-rtmp-module-master/ngx_rtmp_netcall_module.h
  502. inflating: nginx-rtmp-module-master/ngx_rtmp_notify_module.c
  503. inflating: nginx-rtmp-module-master/ngx_rtmp_play_module.c
  504. inflating: nginx-rtmp-module-master/ngx_rtmp_play_module.h
  505. inflating: nginx-rtmp-module-master/ngx_rtmp_proxy_protocol.c
  506. inflating: nginx-rtmp-module-master/ngx_rtmp_proxy_protocol.h
  507. inflating: nginx-rtmp-module-master/ngx_rtmp_receive.c
  508. inflating: nginx-rtmp-module-master/ngx_rtmp_record_module.c
  509. inflating: nginx-rtmp-module-master/ngx_rtmp_record_module.h
  510. inflating: nginx-rtmp-module-master/ngx_rtmp_relay_module.c
  511. inflating: nginx-rtmp-module-master/ngx_rtmp_relay_module.h
  512. inflating: nginx-rtmp-module-master/ngx_rtmp_send.c
  513. inflating: nginx-rtmp-module-master/ngx_rtmp_shared.c
  514. inflating: nginx-rtmp-module-master/ngx_rtmp_stat_module.c
  515. inflating: nginx-rtmp-module-master/ngx_rtmp_streams.h
  516. inflating: nginx-rtmp-module-master/ngx_rtmp_version.h
  517. inflating: nginx-rtmp-module-master/stat.xsl
  518. inflating: nginx-rtmp-module-master/test/README.md
  519. inflating: nginx-rtmp-module-master/test/dump.sh
  520. inflating: nginx-rtmp-module-master/test/ffstream.sh
  521. inflating: nginx-rtmp-module-master/test/nginx.conf
  522. extracting: nginx-rtmp-module-master/test/play.sh
  523. inflating: nginx-rtmp-module-master/test/rtmp-publisher/README.md
  524. inflating: nginx-rtmp-module-master/test/rtmp-publisher/RtmpPlayer.mxml
  525. extracting: nginx-rtmp-module-master/test/rtmp-publisher/RtmpPlayer.swf
  526. inflating: nginx-rtmp-module-master/test/rtmp-publisher/RtmpPlayerLight.mxml
  527. extracting: nginx-rtmp-module-master/test/rtmp-publisher/RtmpPlayerLight.swf
  528. inflating: nginx-rtmp-module-master/test/rtmp-publisher/RtmpPublisher.mxml
  529. extracting: nginx-rtmp-module-master/test/rtmp-publisher/RtmpPublisher.swf
  530. inflating: nginx-rtmp-module-master/test/rtmp-publisher/player.html
  531. inflating: nginx-rtmp-module-master/test/rtmp-publisher/publisher.html
  532. inflating: nginx-rtmp-module-master/test/rtmp-publisher/swfobject.js
  533. inflating: nginx-rtmp-module-master/test/www/bg.jpg
  534. inflating: nginx-rtmp-module-master/test/www/index.html
  535. inflating: nginx-rtmp-module-master/test/www/jwplayer/jwplayer.flash.swf
  536. inflating: nginx-rtmp-module-master/test/www/jwplayer/jwplayer.js
  537. extracting: nginx-rtmp-module-master/test/www/jwplayer_old/player.swf
  538. inflating: nginx-rtmp-module-master/test/www/jwplayer_old/swfobject.js
  539. inflating: nginx-rtmp-module-master/test/www/record.html
  540. pi@raspberrypi ~ $ cd nginx-1.7.7
  541. pi@raspberrypi ~/nginx-1.7.7 $ ./configure --with-http_ssl_module --add-module=../nginx-rtmp-module-master
  542. checking for OS
  543. + Linux 3.12.22+ armv6l
  544. checking for C compiler ... found
  545. + using GNU C compiler
  546. + gcc version: 4.6.3 (Debian 4.6.3-14+rpi1)
  547. checking for gcc -pipe switch ... found
  548. checking for gcc builtin atomic operations ... found
  549. checking for C99 variadic macros ... found
  550. checking for gcc variadic macros ... found
  551. checking for unistd.h ... found
  552. checking for inttypes.h ... found
  553. checking for limits.h ... found
  554. checking for sys/filio.h ... not found
  555. checking for sys/param.h ... found
  556. checking for sys/mount.h ... found
  557. checking for sys/statvfs.h ... found
  558. checking for crypt.h ... found
  559. checking for Linux specific features
  560. checking for epoll ... found
  561. checking for EPOLLRDHUP ... found
  562. checking for O_PATH ... not found
  563. checking for sendfile() ... found
  564. checking for sendfile64() ... found
  565. checking for sys/prctl.h ... found
  566. checking for prctl(PR_SET_DUMPABLE) ... found
  567. checking for sched_setaffinity() ... found
  568. checking for crypt_r() ... found
  569. checking for sys/vfs.h ... found
  570. checking for nobody group ... not found
  571. checking for nogroup group ... found
  572. checking for poll() ... found
  573. checking for /dev/poll ... not found
  574. checking for kqueue ... not found
  575. checking for crypt() ... not found
  576. checking for crypt() in libcrypt ... found
  577. checking for F_READAHEAD ... not found
  578. checking for posix_fadvise() ... found
  579. checking for O_DIRECT ... found
  580. checking for F_NOCACHE ... not found
  581. checking for directio() ... not found
  582. checking for statfs() ... found
  583. checking for statvfs() ... found
  584. checking for dlopen() ... not found
  585. checking for dlopen() in libdl ... found
  586. checking for sched_yield() ... found
  587. checking for SO_SETFIB ... not found
  588. checking for SO_ACCEPTFILTER ... not found
  589. checking for TCP_DEFER_ACCEPT ... found
  590. checking for TCP_KEEPIDLE ... found
  591. checking for TCP_FASTOPEN ... not found
  592. checking for TCP_INFO ... found
  593. checking for accept4() ... found
  594. checking for int size ... 4 bytes
  595. checking for long size ... 4 bytes
  596. checking for long long size ... 8 bytes
  597. checking for void * size ... 4 bytes
  598. checking for uint64_t ... found
  599. checking for sig_atomic_t ... found
  600. checking for sig_atomic_t size ... 4 bytes
  601. checking for socklen_t ... found
  602. checking for in_addr_t ... found
  603. checking for in_port_t ... found
  604. checking for rlim_t ... found
  605. checking for uintptr_t ... uintptr_t found
  606. checking for system byte ordering ... little endian
  607. checking for size_t size ... 4 bytes
  608. checking for off_t size ... 8 bytes
  609. checking for time_t size ... 4 bytes
  610. checking for setproctitle() ... not found
  611. checking for pread() ... found
  612. checking for pwrite() ... found
  613. checking for sys_nerr ... found
  614. checking for localtime_r() ... found
  615. checking for posix_memalign() ... found
  616. checking for memalign() ... found
  617. checking for mmap(MAP_ANON|MAP_SHARED) ... found
  618. checking for mmap("/dev/zero", MAP_SHARED) ... found
  619. checking for System V shared memory ... found
  620. checking for POSIX semaphores ... not found
  621. checking for POSIX semaphores in libpthread ... found
  622. checking for struct msghdr.msg_control ... found
  623. checking for ioctl(FIONBIO) ... found
  624. checking for struct tm.tm_gmtoff ... found
  625. checking for struct dirent.d_namlen ... not found
  626. checking for struct dirent.d_type ... found
  627. checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
  628. checking for openat(), fstatat() ... found
  629. checking for getaddrinfo() ... found
  630. configuring additional modules
  631. adding module in ../nginx-rtmp-module-master
  632. + ngx_rtmp_module was configured
  633. checking for PCRE library ... not found
  634. checking for PCRE library in /usr/local/ ... not found
  635. checking for PCRE library in /usr/include/pcre/ ... not found
  636. checking for PCRE library in /usr/pkg/ ... not found
  637. checking for PCRE library in /opt/local/ ... not found
  638.  
  639. ./configure: error: the HTTP rewrite module requires the PCRE library.
  640. You can either disable the module by using --without-http_rewrite_module
  641. option, or install the PCRE library into the system, or build the PCRE library
  642. statically from the source with nginx by using --with-pcre=<path> option.
  643.  
  644. pi@raspberrypi ~/nginx-1.7.7 $ make
  645. make: *** No rule to make target `build', needed by `default'. Stop.
  646. pi@raspberrypi ~/nginx-1.7.7 $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement