You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by John David Duncan <jd...@mysql.com> on 2006/10/24 19:31:15 UTC

apxs

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_SHLIB

None 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