Re: C++ module compile with apxs

2003-08-15 Thread John K . Sterling
On Friday, August 15, 2003, at 08:51 AM, Farheen Jafri wrote: 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 d

C++ module compile with apxs

2003-08-15 Thread Farheen Jafri
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

Re: File buckets v. core_output_filter

2003-08-15 Thread Bojan Smojver
One other thing I have forgotten to mention. The error log has this in it when those buckets don't come out correctly: [info] (70014)End of file found: core_output_filter: writing data to the network If flush buckets are inserted, as I said before, the message goes away. This is line 4206 of serv