-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Making sure that Apache is not compiled with it's own version of libexpat (which is used by XML::Parser) also might help. "--disable-rule=EXPAT" argument to config script usually does the trick.
Leonid On Tue, 26 Feb 2002, Fagyal Csongor wrote: > 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. > > > > > - -- Leonid Igolnik. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8fCtwRrKFtN3cJpMRAnuqAJ943eehrkia0kQjn4rXpXC7JTShcwCfeBAF 1wjXZEKEzoXVtP/g2n800V4= =05/E -----END PGP SIGNATURE-----
