Hi, I have a C++ module.
In Apache 1.3, I can't actually build the module with apxs (because it's C++), but I can query apxs to get the compile and link flags:
apxs -q LD_SHLIB apxs -q CFLAGS_SHLIB apxs -q LDFLAGS_SHLIBNone of this works in Apache 2, and either the change to apxs is poorly documented or I just haven't found the right place to look for the documentation.
Can anyone point me to something? (Nick Kew, if your book was in the stores yet, I'd buy it.) JD
