2010/3/7 Serj <serj...@gmail.com>:
> Hi,
> There is no instructions how to apply patches
> http://www.apache.org/dist/httpd/binaries/win32/patches_applied/ to the
> source of Apache 2.2.15 before compiling and linking. How can I do it?

Using some good build of GNU patch for Windows (maybe
http://gnuwin32.sourceforge.net/packages/patch.htm ?), cd into each of
the openssl and zlib directories you've created under
httpd-2.2.15/srclib and run something like

patch -p0 --dry-run < /path/to/patchfile

and see if you get any errors.  If not, remove "--dry-run" and try again.

(not tested by me)

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to