Hello,

I create C++ module because i ve to use STL in it.
When i compile it with apxs, 

apxs -L /usr/include/c++/ -L
/usr/include/c++/3.2/i386-redhat-linux/ -I/usr/lib/ -i
-c mod_replace.cpp


it create .so but not complete because restarting
apache gives "undefined sysmbol: replace_module"
error.

#httpd.conf 

LoadModule replace_module modules/mod_replace.so

where replace_module is the name of module defined in
mod_replace.cpp

plz tell me any method to compile cpp module which
uses STL by apxs. Any help will be appreciated!

Regards,
Farheen

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Reply via email to