Well, I have found a solution for my problem. I post it here as others might experience this, too.
So, the problem was this: using Apache-ASP (that's mod_perl, I mean sort of) XML::Parser does something nasty, and Apache exits. I looked for this error in many archives, and there were some posts that wrote the same: some said it is a conflict between Apache's expat and that of XML::Parser, some said it is a die() XML::Parser executes. I could not really find the problem, only fix it: instead of a 1.3.14 RPM Apache install I did a 1.3.23 source install with static mod_perl, and it worked. Hope someone will find this useful. - Csongor > And here is another problem. I am using Apache-ASP. Now, if it try to > execute a send_cmd, my apache childs start to die. I have found out that the > problem is in OPS.pm. Ther is this line there: > $_PARSER->parse($ops_msg); > > If this line is run, apache exits :-( > > Why can this be? Actually Apache-ASP uses mod_perl, so everything is in the > memory... maybe XML::Parse does some nasty things? I don't know, but if I > don't find a workaround, I cannot use any functions of the client code :-( > > Any suggestions? > > Regards, > - Cs. > >
