Hello! On Sat, Sep 19, 2015 at 12:12:57PM -0400, gdarceneaux wrote:
> Alright. It compiles fine w/o RTMP module and no need for OpenSSL. I have > NASM, and it's in my path. I still get the same error mentioned because when > nginx begins it's compile it's trying to do the ms\do_ms.bat instead of the > ms\do_nasm.bat. I have looked at various files till I can't see straight and > do not know which files to change to make it point to ms\do_nasm.bat to > process the assembly language modules. Any help will be appreciated. As of OpenSSL 1.0.2, OpenSSL fails to compile on Windows using a procedure nginx uses (and the one used to be the default for years). The build process used by the --with-openssl configure option was adjusted to work around this in nginx 1.9.4, see here: http://hg.nginx.org/nginx/rev/5def760fe95e Please upgrade to a latest nginx version, it should help. Alternatively, you can compile OpenSSL yourself instead of asking nginx to do this. -- Maxim Dounin http://nginx.org/ _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
