> I noticed there was a 64 bit version for Apache2.2 for download as a
> zip file within this discussion group. Is there a similar pre-
> compiled .so file for apache 2 for XP available somewhere that I've
> overlooked?
The binaries for Win32 Apache 2.0/2.2 are included in the normal distribution (<https://neon1.net/mod_auth_pubtkt/mod_auth_pubtkt-0.6b.tar.gz>, subdirectory bin).
- Manuel
Thank you
> Another question, if we wanted to tweak this, how was it compiled for Win32 - cygwin, mingw, msvc ? The existing configure and Makefile appear to generate msvc-like commands. so maybe we have the wrong apxs?
It was compiled with VC++ 6.0 SP5 + the last Windows Server 2003 Platform SDK that still works with VC6 + a lot of hair-pulling. Apparently that is the only way to make the module work with the official Apache Win32 distribution without requiring additional DLLs or causing OpenSSL breakage...
The Makefile was not used; the module was imported into the VC workspace from the Apache distribution.
- Manuel