I am using the code given in http://zach.chambana.net/apache-cplusplus/ It also have a Makefile . I changed one line in makefile from APXS=apxs to APXS=apxs2 as I am using apache2. and I am getting error on make
usr@server:~/Development/apache$ make
g++ -c -fPIC -I`apxs2 -q INCLUDEDIR` -I. -I- `apxs2 -q CFLAGS` `apxs2 -q CFLAGS_SHLIB` -Wall -o mod_cpphello.o mod_cpphello.cpp
cc1plus: note: obsolete option -I- used, please use -iquote instead
mod_cpphello.cpp:22: error: expected initializer before ‘cpphello_module’
mod_cpphello.cpp:33: error: ‘pool’ was not declared in this scope
mod_cpphello.cpp:33: error: ‘p’ was not declared in this scope
mod_cpphello.cpp:33: error: expected primary-expression before ‘char’
mod_cpphello.cpp:33: error: initializer expression list treated as compound expression
mod_cpphello.cpp:34: error: expected ‘,’ or ‘;’ before ‘{’ token
mod_cpphello.cpp:47: error: expected primary-expression before ‘,’ token
mod_cpphello.cpp:47: error: ‘hellomessage’ was not declared in this scope
mod_cpphello.cpp:47: error: ‘XtOffsetOf’ was not declared in this scope
mod_cpphello.cpp:54: error: too many initializers for ‘command_rec’
mod_cpphello.cpp: In function ‘int cpphello_handler(request_rec*)’:
mod_cpphello.cpp:66: error: ‘cpphello_module’ was not declared in this scope
mod_cpphello.cpp:69: error: ‘string’ was not declared in this scope
mod_cpphello.cpp:69: error: expected ‘;’ before ‘messagetosend’
mod_cpphello.cpp:76: error: ‘ap_send_http_header’ was not declared in this scope
mod_cpphello.cpp:79: error: ‘messagetosend’ was not declared in this scope
mod_cpphello.cpp:64: warning: unused variable ‘cfg’
mod_cpphello.cpp: At global scope:
mod_cpphello.cpp:86: error: ‘handler_rec’ does not name a type
mod_cpphello.cpp:99: error: expected initializer before ‘cpphello_module’
mod_cpphello.cpp:33: warning: ‘cpphello_create_dir_config’ defined but not used
mod_cpphello.cpp:42: warning: ‘cpphello_cmds’ defined but not used
mod_cpphello.cpp:61: warning: ‘int cpphello_handler(request_rec*)’ defined but not used
make: *** [mod_cpphello.o] Error 1
make check_apxs_vars yields
usr@server:~/Development/apache$ make check_apxs_vars
APXS_CC i686-linux-gnu-gcc
APXS_TARGET apache2
APXS_CFLAGS -DLINUX=2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread
APXS_SBINDIR /usr/sbin
APXS_CFLAGS_SHLIB
APXS_INCLUDEDIR /usr/include/apache2
APXS_LD_SHLIB
APXS_LIBEXECDIR /usr/lib/apache2/modules
APXS_LDFLAGS_SHLIB
APXS_SYSCONFDIR /etc/apache2
APXS_LIBS_SHLIB