Scott, thanks for your help.
Well, all modules in my httpd server are using the same version of libstdc++
So, I still don't know what is happening..
Any clues?
tks
Hugo
Scott Cantor wrote:
I'm compiling the module with g++ and installing with 'apxs -i'I would skip the apxs stuff until you have it working. But as long as you're linking with g++, my guess is the crash is from two versions of libstdc++ getting loaded into Apache by different modules.-- Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
