Okay.

I solved my problems with CGI::Carp complaining and httpd not starting.

I had neglected to install a few extra modules on the second machine that I
needed, and startup.pl was bailing out.  Consequently, CGI::Carp had been
pulled in, so that tries to run fatalsToBrowser.. But since its just in server
init, and not really a request, CGI::Carp breaks.  Anyways, installing the
extra module I needed (which was a 3rd party module), fixed it for me.

Regards,
Mike

Reply via email to