https://bz.apache.org/bugzilla/show_bug.cgi?id=62131

--- Comment #2 from Christopher Schultz <ch...@christopherschultz.net> ---
IIRC, every windows binary that uses pretty much any basic libc functions will
link to MSVC[RS][0-9]+.DLL. The versions of tcnative.dll that Tomcat publishes
always try to use the "versionless" flavor of that library, MSVCRT.DLL.

If you build the library yourself, or if you got the library from another
source (e.g. Apache Lounge), it may have a dependency upon a certain version of
MS's runtime library.

Your choices are (a) get an updated library from a recent Tomcat release (it
should be compatible), (b) get an updated library from wherever you originally
obtained your library or (c) build the library yourself, using whatever
dependencies you prefer.

-- 
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