wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.21k stars 295 forks source link

Error compiling NGINX 1.23.0 Mainline with nginx-push-stream-module #301

Closed GerritS76 closed 2 years ago

GerritS76 commented 2 years ago

Got these errors while compiling NGINX 1.23.0 mainline with the NGINX-Push-Stream-Module;

Used this to build NGINX;

!/bin/sh

cd /opt NGINX_VER=nginx-1.23.0

tar -czf /t/etcdir-${NGINX_VER}.tar.gz /etc

wget http://nginx.org/download/${NGINX_VER}.tar.gz -O ${NGINX_VER}.tar.gz tar -xzf ${NGINX_VER}.tar.gz cd ${NGINX_VER} ./configure \ "--user=nginx" \ "--group=nginx" \ "--prefix=/usr" \ "--sbin-path=/usr/sbin" \ "--conf-path=/etc/nginx/nginx.conf" \ "--pid-path=/var/run/nginx.pid" \ "--http-log-path=/var/log/nginx/access_log" \ "--error-log-path=/var/log/nginx/error_log" \ "--with-compat" \ "--with-file-aio" \ "--with-threads" \ "--without-mail_imap_module" \ "--without-mail_smtp_module" \ "--with-http_addition_module" \ "--with-http_auth_request_module" \ "--with-http_ssl_module" \ "--with-http_realip_module" \ "--with-http_stub_status_module" \ "--with-http_gzip_static_module" \ "--with-http_perl_module" \ "--with-http_dav_module" \ "--with-http_mp4_module" \ "--with-http_flv_module" \ "--with-http_geoip_module" \ "--with-http_gunzip_module" \ "--with-http_random_index_module" \ "--with-http_secure_link_module" \ "--with-http_slice_module" \ "--with-http_sub_module" \ "--with-http_xslt_module" \ "--with-http_image_filter_module" \ "--with-stream" \ "--with-stream_realip_module" \ "--with-stream_ssl_module" \ "--with-stream_ssl_preread_module" \ "--with-openssl=/usr/src/openssl-1.1.1o" \ "--add-module=/opt/nginx/modules/nginx-rtmp-module" \ "--add-module=/opt/nginx/modules/nginx-push-stream-module" \ "--add-module=/opt/nginx/modules/headers-more-nginx-module" \ "--with-http_v2_module" \ "--with-cc-opt='-D FD_SETSIZE=32768'" make

compile.error.txt

sunnychun commented 2 years ago

您的信已收到,我将尽快给您答复