-
-
Notifications
You must be signed in to change notification settings - Fork 582
Closed
Description
Hey,
I use your great Module but @my current Dev VM, the compile crashed with following
-Wl,-E
/usr/bin/ld: objs/addon/nginx-http-flv-module-master/ngx_rtmp_live_module.o:/home/compile/NGINX/sources/nginx-http-flv-module-master/ngx_http_flv_live_module.h:25: multiple definition of `http_flv_live_next_close_stream'; objs/addon/nginx-http-flv-module-master/ngx_rtmp_gop_cache_module.o:/home/compile/NGINX/sources/nginx-http-flv-module-master/ngx_http_flv_live_module.h:25: first defined here
/usr/bin/ld: objs/addon/nginx-http-flv-module-master/ngx_rtmp_live_module.o:/home/compile/NGINX/sources/nginx-http-flv-module-master/ngx_http_flv_live_module.h:24: multiple definition of `http_flv_live_next_play'; objs/addon/nginx-http-flv-module-master/ngx_rtmp_gop_cache_module.o:/home/compile/NGINX/sources/nginx-http-flv-module-master/ngx_http_flv_live_module.h:24: first defined here
/usr/bin/ld: objs/addon/nginx-http-flv-module-master/ngx_rtmp_flv_live_index_module.o:/home/compile/NGINX/sources/nginx-http-flv-module-master/ngx_http_flv_live_module.h:24: multiple definition of `http_flv_live_next_play'; objs/addon/nginx-http-flv-module-master/ngx_rtmp_gop_cache_module.o:/home/compile/NGINX/sources/nginx-http-flv-module-master/ngx_http_flv_live_module.h:24: first defined here
/usr/bin/ld: objs/addon/nginx-http-flv-module-master/ngx_rtmp_flv_live_index_module.o:/home/compile/NGINX/sources/nginx-http-flv-module-master/ngx_http_flv_live_module.h:25: multiple definition of `http_flv_live_next_close_stream'; objs/addon/nginx-http-flv-module-master/ngx_rtmp_gop_cache_module.o:/home/compile/NGINX/sources/nginx-http-flv-module-master/ngx_http_flv_live_module.h:25: first defined here
/usr/bin/ld: objs/addon/nginx-http-flv-module-master/ngx_http_flv_live_module.o:/home/compile/NGINX/sources/nginx-http-flv-module-master/ngx_http_flv_live_module.h:24: multiple definition of `http_flv_live_next_play'; objs/addon/nginx-http-flv-module-master/ngx_rtmp_gop_cache_module.o:/home/compile/NGINX/sources/nginx-http-flv-module-master/ngx_http_flv_live_module.h:24: first defined here
/usr/bin/ld: objs/addon/nginx-http-flv-module-master/ngx_http_flv_live_module.o:/home/compile/NGINX/sources/nginx-http-flv-module-master/ngx_http_flv_live_module.h:25: multiple definition of `http_flv_live_next_close_stream'; objs/addon/nginx-http-flv-module-master/ngx_rtmp_gop_cache_module.o:/home/compile/NGINX/sources/nginx-http-flv-module-master/ngx_http_flv_live_module.h:25: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [objs/Makefile:337: objs/nginx] Fehler 1
make[1]: Verzeichnis „/home/compile/NGINX/sources/nginx-1.19.1“ wird verlassen
make: *** [Makefile:8: build] Fehler 2
I use the newst lib's, the armhf Version for Raspberry Pi's compiles without Problems (current stable Raspbian) with this Rules / Parameters..
./configure --with-http_v2_module --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module \
--add-module=$COMPILE_DIR/sources/ngx_http_geoip2_module-master --add-module=$COMPILE_DIR/sources/nginx-auth-ldap-master \
--add-module=$COMPILE_DIR/sources/nginx-http-flv-module-master --with-http_ssl_module --with-http_dav_module \
--add-module=$COMPILE_DIR/sources/nginx-dav-ext-module-master/ --with-http_xslt_module --with-http_realip_module \
--with-openssl=$COMPILE_DIR/sources/openssl-1.1.1c
make -j16
Metadata
Metadata
Assignees
Labels
No labels