Where do I begin?
Maybe it's purely for the exercise, but I compile Apache and mySQL from the source distribution for the Windows platform. I can compile most of PGP 4.3.2. The CGI and the CLI compile (with a few warnings) but I cannot compile the Apache Load Module. The PHP doc at php.net indicates I need the Apache source (which I have) but they don't tell me what to do with it.
My load module compiles to the point it needs the Apache header files. I've been including header directories one-by-one attempting to eliminate the errors that it can't find this header or that header. But each directory I include seems to cause more unresolved header references.
I am guessing I'm doing something wrong.
Does it have something to do with the mysterious ./configure script I keep reading reference to? Does ./configure even make since in the Windows environment?
I would really appreciate it if anyone has done this and can provide a few pointers.
I can use the Windows binary distribution for PGP 4.3.2 and get the load module to run with Apache 2.0.45... but where's the fun in that?
Thanks,