apxs -L /usr/include/c++/ -L /usr/include/c++/3.2/i386-redhat-linux/ -I/usr/lib/ -i -c mod_replace.cpp
Hi Farheen -
1) what version of apache?
2) are any of your symbols defined in the so (use 'nm' and grep for them)?
3) is your code defining the c portions in an 'extern "C"' block? (maybe you could send a snippet)
4) what does your module definition look like.
sterling
