https://issues.apache.org/bugzilla/show_bug.cgi?id=56363

--- Comment #21 from Christopher Schultz <ch...@christopherschultz.net> ---
(In reply to Doug from comment #19)
> As a result of the latest OpenSSL vulnerability in 1.0.1g, I've been trying
> the build described here. However, the resulting .dll is always 200-300 KB
> (the build from April is ~1.5 MB), depending on which version of vc++ I use,
> and Tomcat cannot use it. Would you be able to provide a build with the
> latest OpenSSL 1.0.1h? Or more explicit instructions on completing the build
> on Windows?

The problem is likely that you are not building tcnative statically, but
instead as a dynamically-linked DLL. For convenience, the Tomcat team provides
a statically-linked tcnative which means it contains OpenSSL, APR, and
tcnative. Note that, if a dynamically-linked DLL were distributed, no rebuild
would be necessary to upgrade OpenSSL.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to