You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme is just incorrect enough to make compiling really difficult for new users. For example the configure file's location in the nginx source is not where stated in the readme (it's in the auto directory), and the SSL module location seems to be off too.
I couldn't get it to compile with SSL following the instructions in the readme, but cloning the openSSL repository and pointing it there worked. I recommend the instructions for compiling from source in the readme get updated to something like:
The readme is just incorrect enough to make compiling really difficult for new users. For example the configure file's location in the nginx source is not where stated in the readme (it's in the auto directory), and the SSL module location seems to be off too.
I couldn't get it to compile with SSL following the instructions in the readme, but cloning the openSSL repository and pointing it there worked. I recommend the instructions for compiling from source in the readme get updated to something like:
auto/configure --with-http_ssl_module --add-module=../nginx-rtmp-module-master --with-openssl=<path_to_openSSL_git_clone_directory>
The text was updated successfully, but these errors were encountered: