Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pi@raspberrypi ~ $ sudo apt-get install build-essential libpcre3 libpcre3-dev libssl-dev
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- build-essential is already the newest version.
- libpcre3 is already the newest version.
- The following NEW packages will be installed:
- libpcre3-dev libpcrecpp0 libssl-dev libssl-doc
- 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
- Need to get 2,708 kB/3,175 kB of archives.
- After this operation, 7,063 kB of additional disk space will be used.
- Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main libssl-dev armhf 1.0.1e-2+rvt+deb7u10
- 404 Not Found
- Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main libssl-doc all 1.0.1e-2+rvt+deb7u10
- 404 Not Found
- 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
- 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
- E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
- pi@raspberrypi ~ $ http://nginx.org/download/nginx-1.7.7.tar.gz
- bash: http://nginx.org/download/nginx-1.7.7.tar.gz: No such file or directory
- pi@raspberrypi ~ $ wget http://nginx.org/download/nginx-1.7.7.tar.gz
- --2014-12-17 04:20:48-- http://nginx.org/download/nginx-1.7.7.tar.gz
- Resolving nginx.org (nginx.org)... 206.251.255.63
- Connecting to nginx.org (nginx.org)|206.251.255.63|:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 819949 (801K) [application/octet-stream]
- Saving to: `nginx-1.7.7.tar.gz.1'
- 100%[======================================>] 819,949 363K/s in 2.2s
- 2014-12-17 04:20:51 (363 KB/s) - `nginx-1.7.7.tar.gz.1' saved [819949/819949]
- pi@raspberrypi ~ $ wget https://github.com/arut/nginx-rtmp-module/archive/master.zip
- --2014-12-17 04:21:02-- https://github.com/arut/nginx-rtmp-module/archive/master.zip
- Resolving github.com (github.com)... 192.30.252.131
- Connecting to github.com (github.com)|192.30.252.131|:443... connected.
- HTTP request sent, awaiting response... 302 Found
- Location: https://codeload.github.com/arut/nginx-rtmp-module/zip/master [following]
- --2014-12-17 04:21:10-- https://codeload.github.com/arut/nginx-rtmp-module/zip/master
- Resolving codeload.github.com (codeload.github.com)... 192.30.252.146
- Connecting to codeload.github.com (codeload.github.com)|192.30.252.146|:443... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 545262 (532K) [application/zip]
- Saving to: `master.zip.1'
- 100%[======================================>] 545,262 328K/s in 1.6s
- 2014-12-17 04:21:18 (328 KB/s) - `master.zip.1' saved [545262/545262]
- pi@raspberrypi ~ $ tar -zxvf nginx-1.7.7.tar.gz
- nginx-1.7.7/
- nginx-1.7.7/auto/
- nginx-1.7.7/conf/
- nginx-1.7.7/contrib/
- nginx-1.7.7/src/
- nginx-1.7.7/configure
- nginx-1.7.7/LICENSE
- nginx-1.7.7/README
- nginx-1.7.7/html/
- nginx-1.7.7/man/
- nginx-1.7.7/CHANGES.ru
- nginx-1.7.7/CHANGES
- nginx-1.7.7/man/nginx.8
- nginx-1.7.7/html/50x.html
- nginx-1.7.7/html/index.html
- nginx-1.7.7/src/core/
- nginx-1.7.7/src/event/
- nginx-1.7.7/src/http/
- nginx-1.7.7/src/mail/
- nginx-1.7.7/src/misc/
- nginx-1.7.7/src/os/
- nginx-1.7.7/src/os/unix/
- nginx-1.7.7/src/os/unix/ngx_aio_read_chain.c
- nginx-1.7.7/src/os/unix/ngx_aio_read.c
- nginx-1.7.7/src/os/unix/ngx_aio_write_chain.c
- nginx-1.7.7/src/os/unix/ngx_aio_write.c
- nginx-1.7.7/src/os/unix/ngx_atomic.h
- nginx-1.7.7/src/os/unix/ngx_alloc.c
- nginx-1.7.7/src/os/unix/ngx_alloc.h
- nginx-1.7.7/src/os/unix/ngx_darwin_config.h
- nginx-1.7.7/src/os/unix/ngx_channel.c
- nginx-1.7.7/src/os/unix/ngx_channel.h
- nginx-1.7.7/src/os/unix/ngx_daemon.c
- nginx-1.7.7/src/os/unix/ngx_darwin.h
- nginx-1.7.7/src/os/unix/ngx_darwin_sendfile_chain.c
- nginx-1.7.7/src/os/unix/ngx_darwin_init.c
- nginx-1.7.7/src/os/unix/ngx_file_aio_read.c
- nginx-1.7.7/src/os/unix/ngx_errno.c
- nginx-1.7.7/src/os/unix/ngx_errno.h
- nginx-1.7.7/src/os/unix/ngx_freebsd.h
- nginx-1.7.7/src/os/unix/ngx_files.c
- nginx-1.7.7/src/os/unix/ngx_files.h
- nginx-1.7.7/src/os/unix/ngx_freebsd_rfork_thread.c
- nginx-1.7.7/src/os/unix/ngx_freebsd_config.h
- nginx-1.7.7/src/os/unix/ngx_freebsd_init.c
- nginx-1.7.7/src/os/unix/ngx_freebsd_sendfile_chain.c
- nginx-1.7.7/src/os/unix/ngx_freebsd_rfork_thread.h
- nginx-1.7.7/src/os/unix/ngx_gcc_atomic_sparc64.h
- nginx-1.7.7/src/os/unix/ngx_gcc_atomic_amd64.h
- nginx-1.7.7/src/os/unix/ngx_gcc_atomic_ppc.h
- nginx-1.7.7/src/os/unix/ngx_solaris_sendfilev_chain.c
- nginx-1.7.7/src/os/unix/ngx_gcc_atomic_x86.h
- nginx-1.7.7/src/os/unix/ngx_linux.h
- nginx-1.7.7/src/os/unix/ngx_linux_aio_read.c
- nginx-1.7.7/src/os/unix/ngx_linux_config.h
- nginx-1.7.7/src/os/unix/ngx_linux_init.c
- nginx-1.7.7/src/os/unix/ngx_linux_sendfile_chain.c
- nginx-1.7.7/src/os/unix/ngx_os.h
- nginx-1.7.7/src/os/unix/ngx_posix_config.h
- nginx-1.7.7/src/os/unix/ngx_posix_init.c
- nginx-1.7.7/src/os/unix/ngx_process.c
- nginx-1.7.7/src/os/unix/ngx_process.h
- nginx-1.7.7/src/os/unix/ngx_process_cycle.c
- nginx-1.7.7/src/os/unix/ngx_process_cycle.h
- nginx-1.7.7/src/os/unix/ngx_pthread_thread.c
- nginx-1.7.7/src/os/unix/ngx_readv_chain.c
- nginx-1.7.7/src/os/unix/ngx_recv.c
- nginx-1.7.7/src/os/unix/ngx_send.c
- nginx-1.7.7/src/os/unix/ngx_setaffinity.c
- nginx-1.7.7/src/os/unix/ngx_setaffinity.h
- nginx-1.7.7/src/os/unix/ngx_setproctitle.c
- nginx-1.7.7/src/os/unix/ngx_setproctitle.h
- nginx-1.7.7/src/os/unix/ngx_shmem.c
- nginx-1.7.7/src/os/unix/ngx_shmem.h
- nginx-1.7.7/src/os/unix/ngx_socket.c
- nginx-1.7.7/src/os/unix/ngx_socket.h
- nginx-1.7.7/src/os/unix/ngx_solaris.h
- nginx-1.7.7/src/os/unix/ngx_solaris_config.h
- nginx-1.7.7/src/os/unix/ngx_solaris_init.c
- nginx-1.7.7/src/os/unix/ngx_sunpro_atomic_sparc64.h
- nginx-1.7.7/src/os/unix/ngx_sunpro_amd64.il
- nginx-1.7.7/src/os/unix/ngx_sunpro_sparc64.il
- nginx-1.7.7/src/os/unix/ngx_sunpro_x86.il
- nginx-1.7.7/src/os/unix/ngx_thread.h
- nginx-1.7.7/src/os/unix/ngx_time.c
- nginx-1.7.7/src/os/unix/ngx_time.h
- nginx-1.7.7/src/os/unix/ngx_udp_recv.c
- nginx-1.7.7/src/os/unix/ngx_user.c
- nginx-1.7.7/src/os/unix/ngx_user.h
- nginx-1.7.7/src/os/unix/ngx_writev_chain.c
- nginx-1.7.7/src/os/unix/rfork_thread.S
- nginx-1.7.7/src/misc/ngx_google_perftools_module.c
- nginx-1.7.7/src/misc/ngx_cpp_test_module.cpp
- nginx-1.7.7/src/mail/ngx_mail_handler.c
- nginx-1.7.7/src/mail/ngx_mail.c
- nginx-1.7.7/src/mail/ngx_mail.h
- nginx-1.7.7/src/mail/ngx_mail_auth_http_module.c
- nginx-1.7.7/src/mail/ngx_mail_core_module.c
- nginx-1.7.7/src/mail/ngx_mail_imap_handler.c
- nginx-1.7.7/src/mail/ngx_mail_imap_module.c
- nginx-1.7.7/src/mail/ngx_mail_imap_module.h
- nginx-1.7.7/src/mail/ngx_mail_parse.c
- nginx-1.7.7/src/mail/ngx_mail_pop3_handler.c
- nginx-1.7.7/src/mail/ngx_mail_pop3_module.c
- nginx-1.7.7/src/mail/ngx_mail_pop3_module.h
- nginx-1.7.7/src/mail/ngx_mail_proxy_module.c
- nginx-1.7.7/src/mail/ngx_mail_smtp_handler.c
- nginx-1.7.7/src/mail/ngx_mail_smtp_module.c
- nginx-1.7.7/src/mail/ngx_mail_smtp_module.h
- nginx-1.7.7/src/mail/ngx_mail_ssl_module.c
- nginx-1.7.7/src/mail/ngx_mail_ssl_module.h
- nginx-1.7.7/src/http/modules/
- nginx-1.7.7/src/http/ngx_http_cache.h
- nginx-1.7.7/src/http/ngx_http.c
- nginx-1.7.7/src/http/ngx_http.h
- nginx-1.7.7/src/http/ngx_http_copy_filter_module.c
- nginx-1.7.7/src/http/ngx_http_busy_lock.c
- nginx-1.7.7/src/http/ngx_http_busy_lock.h
- nginx-1.7.7/src/http/ngx_http_config.h
- nginx-1.7.7/src/http/ngx_http_header_filter_module.c
- nginx-1.7.7/src/http/ngx_http_core_module.c
- nginx-1.7.7/src/http/ngx_http_core_module.h
- nginx-1.7.7/src/http/ngx_http_file_cache.c
- nginx-1.7.7/src/http/ngx_http_parse_time.c
- nginx-1.7.7/src/http/ngx_http_parse.c
- nginx-1.7.7/src/http/ngx_http_request_body.c
- nginx-1.7.7/src/http/ngx_http_request.c
- nginx-1.7.7/src/http/ngx_http_postpone_filter_module.c
- nginx-1.7.7/src/http/ngx_http_request.h
- nginx-1.7.7/src/http/ngx_http_spdy_module.c
- nginx-1.7.7/src/http/ngx_http_script.c
- nginx-1.7.7/src/http/ngx_http_script.h
- nginx-1.7.7/src/http/ngx_http_spdy.c
- nginx-1.7.7/src/http/ngx_http_spdy.h
- nginx-1.7.7/src/http/ngx_http_spdy_filter_module.c
- nginx-1.7.7/src/http/ngx_http_spdy_module.h
- nginx-1.7.7/src/http/ngx_http_special_response.c
- nginx-1.7.7/src/http/ngx_http_upstream.c
- nginx-1.7.7/src/http/ngx_http_upstream.h
- nginx-1.7.7/src/http/ngx_http_upstream_round_robin.c
- nginx-1.7.7/src/http/ngx_http_upstream_round_robin.h
- nginx-1.7.7/src/http/ngx_http_variables.c
- nginx-1.7.7/src/http/ngx_http_variables.h
- nginx-1.7.7/src/http/ngx_http_write_filter_module.c
- nginx-1.7.7/src/http/modules/ngx_http_addition_filter_module.c
- nginx-1.7.7/src/http/modules/ngx_http_access_module.c
- nginx-1.7.7/src/http/modules/ngx_http_charset_filter_module.c
- nginx-1.7.7/src/http/modules/ngx_http_auth_basic_module.c
- nginx-1.7.7/src/http/modules/ngx_http_auth_request_module.c
- nginx-1.7.7/src/http/modules/ngx_http_autoindex_module.c
- nginx-1.7.7/src/http/modules/ngx_http_browser_module.c
- nginx-1.7.7/src/http/modules/ngx_http_not_modified_filter_module.c
- nginx-1.7.7/src/http/modules/ngx_http_chunked_filter_module.c
- nginx-1.7.7/src/http/modules/ngx_http_dav_module.c
- nginx-1.7.7/src/http/modules/ngx_http_degradation_module.c
- nginx-1.7.7/src/http/modules/ngx_http_empty_gif_module.c
- nginx-1.7.7/src/http/modules/ngx_http_fastcgi_module.c
- nginx-1.7.7/src/http/modules/ngx_http_flv_module.c
- nginx-1.7.7/src/http/modules/ngx_http_geo_module.c
- nginx-1.7.7/src/http/modules/ngx_http_geoip_module.c
- nginx-1.7.7/src/http/modules/ngx_http_gunzip_filter_module.c
- nginx-1.7.7/src/http/modules/ngx_http_gzip_filter_module.c
- nginx-1.7.7/src/http/modules/ngx_http_gzip_static_module.c
- nginx-1.7.7/src/http/modules/ngx_http_headers_filter_module.c
- nginx-1.7.7/src/http/modules/ngx_http_image_filter_module.c
- nginx-1.7.7/src/http/modules/ngx_http_index_module.c
- nginx-1.7.7/src/http/modules/ngx_http_limit_conn_module.c
- nginx-1.7.7/src/http/modules/ngx_http_limit_req_module.c
- nginx-1.7.7/src/http/modules/ngx_http_log_module.c
- nginx-1.7.7/src/http/modules/ngx_http_map_module.c
- nginx-1.7.7/src/http/modules/ngx_http_memcached_module.c
- nginx-1.7.7/src/http/modules/ngx_http_mp4_module.c
- nginx-1.7.7/src/http/modules/ngx_http_random_index_module.c
- nginx-1.7.7/src/http/modules/ngx_http_proxy_module.c
- nginx-1.7.7/src/http/modules/ngx_http_upstream_ip_hash_module.c
- nginx-1.7.7/src/http/modules/ngx_http_range_filter_module.c
- nginx-1.7.7/src/http/modules/ngx_http_realip_module.c
- nginx-1.7.7/src/http/modules/ngx_http_referer_module.c
- nginx-1.7.7/src/http/modules/ngx_http_rewrite_module.c
- nginx-1.7.7/src/http/modules/ngx_http_scgi_module.c
- nginx-1.7.7/src/http/modules/ngx_http_secure_link_module.c
- nginx-1.7.7/src/http/modules/ngx_http_split_clients_module.c
- nginx-1.7.7/src/http/modules/ngx_http_ssi_filter_module.c
- nginx-1.7.7/src/http/modules/perl/
- nginx-1.7.7/src/http/modules/ngx_http_ssi_filter_module.h
- nginx-1.7.7/src/http/modules/ngx_http_ssl_module.c
- nginx-1.7.7/src/http/modules/ngx_http_ssl_module.h
- nginx-1.7.7/src/http/modules/ngx_http_static_module.c
- nginx-1.7.7/src/http/modules/ngx_http_stub_status_module.c
- nginx-1.7.7/src/http/modules/ngx_http_sub_filter_module.c
- nginx-1.7.7/src/http/modules/ngx_http_upstream_hash_module.c
- nginx-1.7.7/src/http/modules/ngx_http_upstream_keepalive_module.c
- nginx-1.7.7/src/http/modules/ngx_http_upstream_least_conn_module.c
- nginx-1.7.7/src/http/modules/ngx_http_userid_filter_module.c
- nginx-1.7.7/src/http/modules/ngx_http_uwsgi_module.c
- nginx-1.7.7/src/http/modules/ngx_http_xslt_filter_module.c
- nginx-1.7.7/src/http/modules/perl/Makefile.PL
- nginx-1.7.7/src/http/modules/perl/nginx.pm
- nginx-1.7.7/src/http/modules/perl/nginx.xs
- nginx-1.7.7/src/http/modules/perl/typemap
- nginx-1.7.7/src/http/modules/perl/ngx_http_perl_module.c
- nginx-1.7.7/src/http/modules/perl/ngx_http_perl_module.h
- nginx-1.7.7/src/event/modules/
- nginx-1.7.7/src/event/ngx_event_accept.c
- nginx-1.7.7/src/event/ngx_event.c
- nginx-1.7.7/src/event/ngx_event.h
- nginx-1.7.7/src/event/ngx_event_openssl_stapling.c
- nginx-1.7.7/src/event/ngx_event_busy_lock.c
- nginx-1.7.7/src/event/ngx_event_busy_lock.h
- nginx-1.7.7/src/event/ngx_event_connect.c
- nginx-1.7.7/src/event/ngx_event_connect.h
- nginx-1.7.7/src/event/ngx_event_mutex.c
- nginx-1.7.7/src/event/ngx_event_openssl.c
- nginx-1.7.7/src/event/ngx_event_openssl.h
- nginx-1.7.7/src/event/ngx_event_pipe.c
- nginx-1.7.7/src/event/ngx_event_pipe.h
- nginx-1.7.7/src/event/ngx_event_posted.c
- nginx-1.7.7/src/event/ngx_event_posted.h
- nginx-1.7.7/src/event/ngx_event_timer.c
- nginx-1.7.7/src/event/ngx_event_timer.h
- nginx-1.7.7/src/event/modules/ngx_devpoll_module.c
- nginx-1.7.7/src/event/modules/ngx_aio_module.c
- nginx-1.7.7/src/event/modules/ngx_eventport_module.c
- nginx-1.7.7/src/event/modules/ngx_epoll_module.c
- nginx-1.7.7/src/event/modules/ngx_win32_select_module.c
- nginx-1.7.7/src/event/modules/ngx_kqueue_module.c
- nginx-1.7.7/src/event/modules/ngx_poll_module.c
- nginx-1.7.7/src/event/modules/ngx_rtsig_module.c
- nginx-1.7.7/src/event/modules/ngx_select_module.c
- nginx-1.7.7/src/core/ngx_array.c
- nginx-1.7.7/src/core/nginx.c
- nginx-1.7.7/src/core/nginx.h
- nginx-1.7.7/src/core/ngx_conf_file.c
- nginx-1.7.7/src/core/ngx_array.h
- nginx-1.7.7/src/core/ngx_buf.c
- nginx-1.7.7/src/core/ngx_buf.h
- nginx-1.7.7/src/core/ngx_connection.c
- nginx-1.7.7/src/core/ngx_conf_file.h
- nginx-1.7.7/src/core/ngx_config.h
- nginx-1.7.7/src/core/ngx_murmurhash.c
- nginx-1.7.7/src/core/ngx_file.c
- nginx-1.7.7/src/core/ngx_connection.h
- nginx-1.7.7/src/core/ngx_core.h
- nginx-1.7.7/src/core/ngx_cpuinfo.c
- nginx-1.7.7/src/core/ngx_crc.h
- nginx-1.7.7/src/core/ngx_crc32.c
- nginx-1.7.7/src/core/ngx_crc32.h
- nginx-1.7.7/src/core/ngx_crypt.c
- nginx-1.7.7/src/core/ngx_crypt.h
- nginx-1.7.7/src/core/ngx_cycle.c
- nginx-1.7.7/src/core/ngx_cycle.h
- nginx-1.7.7/src/core/ngx_file.h
- nginx-1.7.7/src/core/ngx_hash.c
- nginx-1.7.7/src/core/ngx_hash.h
- nginx-1.7.7/src/core/ngx_inet.c
- nginx-1.7.7/src/core/ngx_inet.h
- nginx-1.7.7/src/core/ngx_list.c
- nginx-1.7.7/src/core/ngx_list.h
- nginx-1.7.7/src/core/ngx_log.c
- nginx-1.7.7/src/core/ngx_log.h
- nginx-1.7.7/src/core/ngx_md5.c
- nginx-1.7.7/src/core/ngx_md5.h
- nginx-1.7.7/src/core/ngx_open_file_cache.c
- nginx-1.7.7/src/core/ngx_murmurhash.h
- nginx-1.7.7/src/core/ngx_open_file_cache.h
- nginx-1.7.7/src/core/ngx_output_chain.c
- nginx-1.7.7/src/core/ngx_palloc.c
- nginx-1.7.7/src/core/ngx_palloc.h
- nginx-1.7.7/src/core/ngx_parse.c
- nginx-1.7.7/src/core/ngx_parse.h
- nginx-1.7.7/src/core/ngx_proxy_protocol.c
- nginx-1.7.7/src/core/ngx_times.h
- nginx-1.7.7/src/core/ngx_proxy_protocol.h
- nginx-1.7.7/src/core/ngx_queue.c
- nginx-1.7.7/src/core/ngx_queue.h
- nginx-1.7.7/src/core/ngx_radix_tree.c
- nginx-1.7.7/src/core/ngx_radix_tree.h
- nginx-1.7.7/src/core/ngx_rbtree.c
- nginx-1.7.7/src/core/ngx_rbtree.h
- nginx-1.7.7/src/core/ngx_regex.c
- nginx-1.7.7/src/core/ngx_regex.h
- nginx-1.7.7/src/core/ngx_resolver.c
- nginx-1.7.7/src/core/ngx_resolver.h
- nginx-1.7.7/src/core/ngx_sha1.h
- nginx-1.7.7/src/core/ngx_shmtx.c
- nginx-1.7.7/src/core/ngx_shmtx.h
- nginx-1.7.7/src/core/ngx_slab.c
- nginx-1.7.7/src/core/ngx_slab.h
- nginx-1.7.7/src/core/ngx_spinlock.c
- nginx-1.7.7/src/core/ngx_string.c
- nginx-1.7.7/src/core/ngx_string.h
- nginx-1.7.7/src/core/ngx_syslog.c
- nginx-1.7.7/src/core/ngx_syslog.h
- nginx-1.7.7/src/core/ngx_times.c
- nginx-1.7.7/contrib/geo2nginx.pl
- nginx-1.7.7/contrib/README
- nginx-1.7.7/contrib/unicode2nginx/
- nginx-1.7.7/contrib/vim/
- nginx-1.7.7/contrib/vim/ftdetect/
- nginx-1.7.7/contrib/vim/indent/
- nginx-1.7.7/contrib/vim/syntax/
- nginx-1.7.7/contrib/vim/syntax/nginx.vim
- nginx-1.7.7/contrib/vim/indent/nginx.vim
- nginx-1.7.7/contrib/vim/ftdetect/nginx.vim
- nginx-1.7.7/contrib/unicode2nginx/koi-utf
- nginx-1.7.7/contrib/unicode2nginx/win-utf
- nginx-1.7.7/contrib/unicode2nginx/unicode-to-nginx.pl
- nginx-1.7.7/conf/fastcgi.conf
- nginx-1.7.7/conf/fastcgi_params
- nginx-1.7.7/conf/koi-utf
- nginx-1.7.7/conf/koi-win
- nginx-1.7.7/conf/mime.types
- nginx-1.7.7/conf/nginx.conf
- nginx-1.7.7/conf/scgi_params
- nginx-1.7.7/conf/uwsgi_params
- nginx-1.7.7/conf/win-utf
- nginx-1.7.7/auto/cc/
- nginx-1.7.7/auto/have_headers
- nginx-1.7.7/auto/define
- nginx-1.7.7/auto/endianness
- nginx-1.7.7/auto/feature
- nginx-1.7.7/auto/have
- nginx-1.7.7/auto/lib/
- nginx-1.7.7/auto/os/
- nginx-1.7.7/auto/headers
- nginx-1.7.7/auto/include
- nginx-1.7.7/auto/init
- nginx-1.7.7/auto/install
- nginx-1.7.7/auto/types/
- nginx-1.7.7/auto/make
- nginx-1.7.7/auto/modules
- nginx-1.7.7/auto/nohave
- nginx-1.7.7/auto/options
- nginx-1.7.7/auto/sources
- nginx-1.7.7/auto/stubs
- nginx-1.7.7/auto/summary
- nginx-1.7.7/auto/unix
- nginx-1.7.7/auto/types/uintptr_t
- nginx-1.7.7/auto/types/sizeof
- nginx-1.7.7/auto/types/typedef
- nginx-1.7.7/auto/types/value
- nginx-1.7.7/auto/os/conf
- nginx-1.7.7/auto/os/darwin
- nginx-1.7.7/auto/os/freebsd
- nginx-1.7.7/auto/os/linux
- nginx-1.7.7/auto/os/solaris
- nginx-1.7.7/auto/os/win32
- nginx-1.7.7/auto/lib/geoip/
- nginx-1.7.7/auto/lib/conf
- nginx-1.7.7/auto/lib/google-perftools/
- nginx-1.7.7/auto/lib/libatomic/
- nginx-1.7.7/auto/lib/libgd/
- nginx-1.7.7/auto/lib/libxslt/
- nginx-1.7.7/auto/lib/md5/
- nginx-1.7.7/auto/lib/make
- nginx-1.7.7/auto/lib/openssl/
- nginx-1.7.7/auto/lib/pcre/
- nginx-1.7.7/auto/lib/perl/
- nginx-1.7.7/auto/lib/sha1/
- nginx-1.7.7/auto/lib/zlib/
- nginx-1.7.7/auto/lib/test
- nginx-1.7.7/auto/lib/zlib/makefile.bcc
- nginx-1.7.7/auto/lib/zlib/conf
- nginx-1.7.7/auto/lib/zlib/make
- nginx-1.7.7/auto/lib/zlib/makefile.msvc
- nginx-1.7.7/auto/lib/zlib/makefile.owc
- nginx-1.7.7/auto/lib/sha1/makefile.bcc
- nginx-1.7.7/auto/lib/sha1/conf
- nginx-1.7.7/auto/lib/sha1/make
- nginx-1.7.7/auto/lib/sha1/makefile.msvc
- nginx-1.7.7/auto/lib/sha1/makefile.owc
- nginx-1.7.7/auto/lib/perl/conf
- nginx-1.7.7/auto/lib/perl/make
- nginx-1.7.7/auto/lib/pcre/makefile.bcc
- nginx-1.7.7/auto/lib/pcre/conf
- nginx-1.7.7/auto/lib/pcre/make
- nginx-1.7.7/auto/lib/pcre/makefile.msvc
- nginx-1.7.7/auto/lib/pcre/makefile.owc
- nginx-1.7.7/auto/lib/openssl/makefile.bcc
- nginx-1.7.7/auto/lib/openssl/conf
- nginx-1.7.7/auto/lib/openssl/make
- nginx-1.7.7/auto/lib/openssl/makefile.msvc
- nginx-1.7.7/auto/lib/md5/makefile.bcc
- nginx-1.7.7/auto/lib/md5/conf
- nginx-1.7.7/auto/lib/md5/make
- nginx-1.7.7/auto/lib/md5/makefile.msvc
- nginx-1.7.7/auto/lib/md5/makefile.owc
- nginx-1.7.7/auto/lib/libxslt/conf
- nginx-1.7.7/auto/lib/libgd/conf
- nginx-1.7.7/auto/lib/libatomic/conf
- nginx-1.7.7/auto/lib/libatomic/make
- nginx-1.7.7/auto/lib/google-perftools/conf
- nginx-1.7.7/auto/lib/geoip/conf
- nginx-1.7.7/auto/cc/clang
- nginx-1.7.7/auto/cc/acc
- nginx-1.7.7/auto/cc/bcc
- nginx-1.7.7/auto/cc/ccc
- nginx-1.7.7/auto/cc/conf
- nginx-1.7.7/auto/cc/gcc
- nginx-1.7.7/auto/cc/icc
- nginx-1.7.7/auto/cc/msvc
- nginx-1.7.7/auto/cc/name
- nginx-1.7.7/auto/cc/owc
- nginx-1.7.7/auto/cc/sunc
- pi@raspberrypi ~ $ unzip master.zip
- Archive: master.zip
- 7a35372e30dca2a10c843219597bc4bc481fdda0
- replace nginx-rtmp-module-master/AUTHORS? [y]es, [n]o, [A]ll, [N]one, [r]ename: a
- error: invalid response [a]
- replace nginx-rtmp-module-master/AUTHORS? [y]es, [n]o, [A]ll, [N]one, [r]ename: A
- inflating: nginx-rtmp-module-master/AUTHORS
- inflating: nginx-rtmp-module-master/LICENSE
- inflating: nginx-rtmp-module-master/README.md
- inflating: nginx-rtmp-module-master/config
- inflating: nginx-rtmp-module-master/dash/ngx_rtmp_dash_module.c
- inflating: nginx-rtmp-module-master/dash/ngx_rtmp_mp4.c
- inflating: nginx-rtmp-module-master/dash/ngx_rtmp_mp4.h
- inflating: nginx-rtmp-module-master/doc/README.md
- inflating: nginx-rtmp-module-master/hls/ngx_rtmp_hls_module.c
- inflating: nginx-rtmp-module-master/hls/ngx_rtmp_mpegts.c
- inflating: nginx-rtmp-module-master/hls/ngx_rtmp_mpegts.h
- inflating: nginx-rtmp-module-master/ngx_rtmp.c
- inflating: nginx-rtmp-module-master/ngx_rtmp.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_access_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_amf.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_amf.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_auto_push_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_bandwidth.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_bandwidth.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_bitop.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_bitop.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_cmd_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_cmd_module.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_codec_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_codec_module.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_control_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_core_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_eval.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_eval.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_exec_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_flv_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_handler.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_handshake.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_init.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_limit_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_live_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_live_module.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_log_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_mp4_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_netcall_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_netcall_module.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_notify_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_play_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_play_module.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_proxy_protocol.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_proxy_protocol.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_receive.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_record_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_record_module.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_relay_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_relay_module.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_send.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_shared.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_stat_module.c
- inflating: nginx-rtmp-module-master/ngx_rtmp_streams.h
- inflating: nginx-rtmp-module-master/ngx_rtmp_version.h
- inflating: nginx-rtmp-module-master/stat.xsl
- inflating: nginx-rtmp-module-master/test/README.md
- inflating: nginx-rtmp-module-master/test/dump.sh
- inflating: nginx-rtmp-module-master/test/ffstream.sh
- inflating: nginx-rtmp-module-master/test/nginx.conf
- extracting: nginx-rtmp-module-master/test/play.sh
- inflating: nginx-rtmp-module-master/test/rtmp-publisher/README.md
- inflating: nginx-rtmp-module-master/test/rtmp-publisher/RtmpPlayer.mxml
- extracting: nginx-rtmp-module-master/test/rtmp-publisher/RtmpPlayer.swf
- inflating: nginx-rtmp-module-master/test/rtmp-publisher/RtmpPlayerLight.mxml
- extracting: nginx-rtmp-module-master/test/rtmp-publisher/RtmpPlayerLight.swf
- inflating: nginx-rtmp-module-master/test/rtmp-publisher/RtmpPublisher.mxml
- extracting: nginx-rtmp-module-master/test/rtmp-publisher/RtmpPublisher.swf
- inflating: nginx-rtmp-module-master/test/rtmp-publisher/player.html
- inflating: nginx-rtmp-module-master/test/rtmp-publisher/publisher.html
- inflating: nginx-rtmp-module-master/test/rtmp-publisher/swfobject.js
- inflating: nginx-rtmp-module-master/test/www/bg.jpg
- inflating: nginx-rtmp-module-master/test/www/index.html
- inflating: nginx-rtmp-module-master/test/www/jwplayer/jwplayer.flash.swf
- inflating: nginx-rtmp-module-master/test/www/jwplayer/jwplayer.js
- extracting: nginx-rtmp-module-master/test/www/jwplayer_old/player.swf
- inflating: nginx-rtmp-module-master/test/www/jwplayer_old/swfobject.js
- inflating: nginx-rtmp-module-master/test/www/record.html
- pi@raspberrypi ~ $ cd nginx-1.7.7
- pi@raspberrypi ~/nginx-1.7.7 $ ./configure --with-http_ssl_module --add-module=../nginx-rtmp-module-master
- checking for OS
- + Linux 3.12.22+ armv6l
- checking for C compiler ... found
- + using GNU C compiler
- + gcc version: 4.6.3 (Debian 4.6.3-14+rpi1)
- checking for gcc -pipe switch ... found
- checking for gcc builtin atomic operations ... found
- checking for C99 variadic macros ... found
- checking for gcc variadic macros ... found
- checking for unistd.h ... found
- checking for inttypes.h ... found
- checking for limits.h ... found
- checking for sys/filio.h ... not found
- checking for sys/param.h ... found
- checking for sys/mount.h ... found
- checking for sys/statvfs.h ... found
- checking for crypt.h ... found
- checking for Linux specific features
- checking for epoll ... found
- checking for EPOLLRDHUP ... found
- checking for O_PATH ... not found
- checking for sendfile() ... found
- checking for sendfile64() ... found
- checking for sys/prctl.h ... found
- checking for prctl(PR_SET_DUMPABLE) ... found
- checking for sched_setaffinity() ... found
- checking for crypt_r() ... found
- checking for sys/vfs.h ... found
- checking for nobody group ... not found
- checking for nogroup group ... found
- checking for poll() ... found
- checking for /dev/poll ... not found
- checking for kqueue ... not found
- checking for crypt() ... not found
- checking for crypt() in libcrypt ... found
- checking for F_READAHEAD ... not found
- checking for posix_fadvise() ... found
- checking for O_DIRECT ... found
- checking for F_NOCACHE ... not found
- checking for directio() ... not found
- checking for statfs() ... found
- checking for statvfs() ... found
- checking for dlopen() ... not found
- checking for dlopen() in libdl ... found
- checking for sched_yield() ... found
- checking for SO_SETFIB ... not found
- checking for SO_ACCEPTFILTER ... not found
- checking for TCP_DEFER_ACCEPT ... found
- checking for TCP_KEEPIDLE ... found
- checking for TCP_FASTOPEN ... not found
- checking for TCP_INFO ... found
- checking for accept4() ... found
- checking for int size ... 4 bytes
- checking for long size ... 4 bytes
- checking for long long size ... 8 bytes
- checking for void * size ... 4 bytes
- checking for uint64_t ... found
- checking for sig_atomic_t ... found
- checking for sig_atomic_t size ... 4 bytes
- checking for socklen_t ... found
- checking for in_addr_t ... found
- checking for in_port_t ... found
- checking for rlim_t ... found
- checking for uintptr_t ... uintptr_t found
- checking for system byte ordering ... little endian
- checking for size_t size ... 4 bytes
- checking for off_t size ... 8 bytes
- checking for time_t size ... 4 bytes
- checking for setproctitle() ... not found
- checking for pread() ... found
- checking for pwrite() ... found
- checking for sys_nerr ... found
- checking for localtime_r() ... found
- checking for posix_memalign() ... found
- checking for memalign() ... found
- checking for mmap(MAP_ANON|MAP_SHARED) ... found
- checking for mmap("/dev/zero", MAP_SHARED) ... found
- checking for System V shared memory ... found
- checking for POSIX semaphores ... not found
- checking for POSIX semaphores in libpthread ... found
- checking for struct msghdr.msg_control ... found
- checking for ioctl(FIONBIO) ... found
- checking for struct tm.tm_gmtoff ... found
- checking for struct dirent.d_namlen ... not found
- checking for struct dirent.d_type ... found
- checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
- checking for openat(), fstatat() ... found
- checking for getaddrinfo() ... found
- configuring additional modules
- adding module in ../nginx-rtmp-module-master
- + ngx_rtmp_module was configured
- checking for PCRE library ... not found
- checking for PCRE library in /usr/local/ ... not found
- checking for PCRE library in /usr/include/pcre/ ... not found
- checking for PCRE library in /usr/pkg/ ... not found
- checking for PCRE library in /opt/local/ ... not found
- ./configure: error: the HTTP rewrite module requires the PCRE library.
- You can either disable the module by using --without-http_rewrite_module
- option, or install the PCRE library into the system, or build the PCRE library
- statically from the source with nginx by using --with-pcre=<path> option.
- pi@raspberrypi ~/nginx-1.7.7 $ make
- make: *** No rule to make target `build', needed by `default'. Stop.
- pi@raspberrypi ~/nginx-1.7.7 $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement