> AFAIK you must be running Perl 5.6.0/1 for the RACE stuff (that's what
> NAMEPREP.pm is for). You can disable RACE by setting the $USE_RACE to 0
Charles, thank you very much, this was the problem.
OTOH:
- why does my regular renew.cgi work then?
- can I still use in this case the RACE encoded registration features?
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.