DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37855>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37855 ------- Additional Comments From [EMAIL PROTECTED] 2005-12-10 06:58 ------- OK. The problem was that when you build zlib 1.2.3 as instructed, the zlib.lib is not located where Apache wants it to be. You have to move the zlib.lib file into the zlib root. Then it works fine. New MSVC++ build instructions should read: 1. Download zlib and open the zlib.dsw project file in MSVC++. 2. Switch the "Active Configuration" to "WIN32 LIB Release". 3. Build zlib.lib. 4. Locate the newly-built zlib.lib and place it in the root directory of the zlib distribution (i.e., same directory as zlib.h). 5. Copy the zlib directory to the Apache srclib directory. 6. Build Apache. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
