Hi people i'm new here
I recently installed directadmin on Centos 8.0 with nginx and reverse proxy to apache, but now my problem is even with a custom/nginx build i seem not able to install the rtmp module, the output of the file is like this.
Can you help me out installing this module?
Kind regards
I recently installed directadmin on Centos 8.0 with nginx and reverse proxy to apache, but now my problem is even with a custom/nginx build i seem not able to install the rtmp module, the output of the file is like this.
Code:
#!/bin/sh
"./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" \
"--without-mail_imap_module" \
"--without-mail_smtp_module" \
"--with-http_ssl_module" \
"--with-http_realip_module" \
"--with-http_stub_status_module" \
"--with-http_gzip_static_module" \
"--with-http_dav_module" \
"--with-http_v2_module" \
"--add-module=./ngx_cache_purge" \
"--with-cc-opt=-DFD_SETSIZE=32768" \
"--add-module=../nginx-rtmp-module" \
"--with-select_module" \
"--with-poll_module" \
"--with-http_flv_module" \
"--with-http_mp4_module" \
"--with-pcre=../pcre-8.42" \
"--with-pcre-jit" \
"--with-zlib=../zlib-1.2.11 \
Can you help me out installing this module?
Kind regards