At 02:12 AM 9/22/2004, Marco Glatz wrote: >hello, > >i wanted to build httpd 2.0.51 with mod_ssl and mod_deflate, using vc++ 6.0 >SP6 on win2k SP4, but i get this error-message: > >deflate.obj : error LNK2001: unresolved external symbol _compressBound
zlib 1.1.4 sources were tested, but in 1.2.x they rearranged several files... the newer httpd 2.1-dev has been adjusted to simply use zlib1.dll, but 1.2.x has a security hole that wasn't present in the 1.1.x series. I've been waiting on zlib 1.2.2 before I propose backporting the patch to use zlib1.dll. >but only when i build the release-build, debug-build works with no problems. >i used zlib 1.4.1. hope somebody can help me. zlib 1.2.1 is current, it's hard to tell from your typo which you used(?) Try zlib 1.1.4 sources unpacked into the httpd source tree srclib/zlib/ location.
