I tried to install but it gave error .. Is the file nginx 1.18.0 in root?
<>>>>>>>>>[root@serviot ~]# sudo yum -y groupinstall 'Development Tools'
Loaded plugins: fastestmirror
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Determining fastest mirrors
epel/x86_64/metalink | 31 kB 00:00
* base: asi-fs-n.contabo.net
Excluding mirror: mirror.de.leaseweb.net
Excluding mirror: mirror.nl.leaseweb.net
* epel: ftp.fau.de
* extras: centos.schlundtech.de
* updates: asi-fs-n.contabo.net
base | 3.6 kB 00:00
cwp | 2.9 kB 00:00
extras | 2.9 kB 00:00
mariadb | 2.9 kB 00:00
updates | 2.9 kB 00:00
Resolving Dependencies
--> Running transaction check
---> Package byacc.x86_64 0:1.9.20130304-3.el7 will be installed
---> Package cscope.x86_64 0:15.8-10.el7 will be installed
---> Package ctags.x86_64 0:5.8-13.el7 will be installed
---> Package diffstat.x86_64 0:1.57-4.el7 will be installed
.....OK
--> Finished Dependency Resolution
Dependencies Resolved
avahi-libs.x86_64 0:0.6.31-20.el7
...OK
Dependencies Resolved
<>>>>>>>>>[root@serviot ~]# sudo yum -y install epel-release
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
......OK
<>>>>>>>>[root@serviot ~]# wget https://nginx.org/download/nginx-1.18.0.tar.gz
--2020-06-14 00:31:53-- https://nginx.org/download/nginx-1.18.0.tar.gz
Resolving nginx.org (nginx.org)... 95.211.80.227, 62.210.92.35, 2001:1af8:4060:a 004:21::e3
Connecting to nginx.org (nginx.org)|95.211.80.227|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1039530 (1015K) [application/octet-stream]
Saving to: ‘nginx-1.18.0.tar.gz’
<>>>>>>>>[root@serviot ~]# tar -xzvf nginx-1.18.0.tar.gz
nginx-1.18.0/
nginx-1.18.0/auto/
.........
<>>>>>>>>[root@serviot ~]# ./configure --prefix=/etc/nginxrtmp --sbin-path=/usr/sbin/ngin xrtmp --modules-path=/usr/lib64/nginxrtmp/modules --conf-path=/etc/nginxrtmp/ngi nx.conf --error-log-path=/var/log/nginxrtmp/error.log --pid-path=/var/run/nginxr tmp.pid --lock-path=/var/run/nginxrtmp.lock --user=nginx --group=nginx --build=C entOS --builddir=nginx-1.18.0 --http-log-path=/var/log/nginxrtmp/access.log --ht tp-client-body-temp-path=/var/cache/nginxrtmp/client_temp --http-proxy-temp-path =/var/cache/nginxrtmp/proxy_temp --http-fastcgi-temp-path=/var/cache/nginxrtmp/f astcgi_temp --http-uwsgi-temp-path=/var/cache/nginxrtmp/uwsgi_temp --http-scgi-t emp-path=/var/cache/nginxrtmp/scgi_temp --with-select_module --with-poll_module --with-threads --with-file-aio --with-http_ssl_module --with-http_v2_module --wi th-http_realip_module --with-http_addition_module --with-http_sub_module --with- http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip _module --with-http_gzip_static_module --with-http_auth_request_module --with-ht tp_random_index_module --with-http_secure_link_module --with-http_degradation_mo dule --with-http_slice_module --with-http_stub_status_module --with-mail=dynamic --with-mail_ssl_module --with-stream=dynamic --with-stream_ssl_module --with-st ream_realip_module --with-stream_ssl_preread_module --with-compat --add-module=. ./nginx-rtmp-module --with-debug
-bash: ./configure: No such file or directory
<>>>>>>>>[root@serviot ~]# sudo ln -s /usr/lib64/nginxrtmp/modules /etc/nginxrtmp/modules
ln: failed to create symbolic link ‘/etc/nginxrtmp/modules’: No such file or dir ectory
<>>>>>>[root@serviot ~]# cd nginx-1.18.0
[root@serviot nginx-1.18.0]# ./configure --prefix=/etc/nginxrtmp --sbin-path=/usr/sbin/nginxrtmp --modules-path=/usr/lib64/nginxrtmp/modules --conf-path=/etc/nginxrtmp/nginx.conf --error-log-path=/var/log/nginxrtmp/error.log --pid-path=/var/run/nginxrtmp.pid --lock-path=/var/run/nginxrtmp.lock --user=nginx --group=nginx --build=CentOS --builddir=nginx-1.18.0 --http-log-path=/var/log/nginxrtmp/access.log --http-client-body-temp-path=/var/cache/nginxrtmp/client_temp --http-proxy-temp-path=/var/cache/nginxrtmp/proxy_temp --http-fastcgi-temp-path=/var/cache/nginxrtmp/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginxrtmp/uwsgi_temp --http-scgi-temp-path=/var/cache/nginxrtmp/scgi_temp --with-select_module --with-poll_module --with-threads --with-file-aio --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_slice_module --with-http_stub_status_module --with-mail=dynamic --with-mail_ssl_module --with-stream=dynamic --with-stream_ssl_module --with-stream_realip_module --with-stream_ssl_preread_module --with-compat --add-module=../nginx-rtmp-module --with-debug
checking for OS
+ Linux 3.10.0-1127.10.1.el7.x86_64 x86_64
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)
checking for gcc -pipe switch ... found
checking for -Wl,-E switch ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for gcc builtin 64 bit byteswap ... 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 getaddrinfo() ... found
configuring additional modules
adding module in ../nginx-rtmp-module
./configure: error: no ../nginx-rtmp-module/config was found
<>>>>>>>[root@serviot nginx-1.18.0]#
Am I not installing in the correct dir? nginx 1.18.0 was in the root ..
error installing RTMP nginx 1.18.0
Can someone help install RTMP with a correct step by step ..
Thanks to those who help me