nginx build with OpenSSL 1.0.1
Maxim Dounin
mdounin at mdounin.ru
Thu Mar 15 09:55:42 UTC 2012
Hello!
On Thu, Mar 15, 2012 at 05:13:30AM -0400, Samael wrote:
> Hello, Maxim,
>
> I'm compiling with vanilla nginx 1.1.16 with vanilla OpenSSL sources on
> CentOS 5 i686. When I compile OpenSSL manually, it compiles (and works)
> just fine.
>
> https://gist.github.com/1c7d728ac08f3c314eea
The "make -j2" you use seems to be the culprit, OpenSSL fails to
build with the "make -j2". The following fails for me as well:
./config no-shared no-threads
make -j2
You may want to report this problem to OpenSSL folks.
Meanwile, workaround is obvious - don't use "make -j2" till this
is fixed in OpenSSL.
Maxim Dounin
More information about the nginx
mailing list