Trying to set up an RTMP server on Ubuntu 14.04.4, but I am running into the above error when trying to complete the guide found here.
I have done everything correctly I think, when trying to run this portion of the guide I get the error:
$ ./configure --with-http_ssl_module --add-module=./nginx-rtmp-module-master
$ make <-- Command that gives the error`
Error:
make error ** No rule to make target 'build', needed by 'default'. Stop
I'm still new with Linux, so i'm not really sure what I am doing wrong, any guidance would be appreciated. Thank you.