#1412 closed defect (invalid)
Ubuntu can't compile nginx 1.9.9 with RTMP module
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | other | Version: | 1.9.x |
Keywords: | Cc: | ||
uname -a: | Linux ubuntu 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux | ||
nginx -V: | None |
Description
Ngimx + RTMP get error when i use "make" command
Commands used:
sudo apt-get install build-essential libpcre3 libpcre3-dev libssl-dev sudo wget http://nginx.org/download/nginx-1.9.9.tar.gz sudo wget https://github.com/arut/nginx-rtmp-module/archive/master.zip sudo tar -zxvf nginx-1.9.9.tar.gz sudo apt-get install unzip sudo unzip master.zip cd nginx-1.9.9 sudo ./configure --with-http_ssl_module --add-module=../nginx-rtmp-module-master sudo make
Error when compile:
https://i.imgur.com/URDAb5S.png
https://pastebin.com/kbxAapZW
I hope you will help me with the solution of this problem
Change History (3)
follow-up: 2 comment:1 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 7 years ago
Now on versions 1.12.2 , 1.13.0 , 1.13.6 get a new error when compile
https://i.imgur.com/4oMppT1.png
Replying to vbart:
Your version of nginx is an outdated and unsupported.
This problem was already fixed in nginx 1.13.0+ and 1.12.2.
comment:3 by , 7 years ago
This is an issue with the module you are trying to build:
https://github.com/arut/nginx-rtmp-module/issues/1109
Note:
See TracTickets
for help on using tickets.
Your version of nginx is an outdated and unsupported.
This problem was already fixed in nginx 1.13.0+ and 1.12.2.