coredump on Carps in startup.pl

2000-11-15 Thread Philip Jacob
When I start up apache (apachectl startssl), I get a core dump. Attached is an "strace httpd -X" for those of you who find this useful. I have a rather plain startup.pl file containing these lines: ... $SIG{__DIE__} = \Carp::confess; ... use CGI::Carp ();

Fixed: coredumps caused by Carp in startup.pl

2000-11-15 Thread Philip Jacob
We ought to have a name for the phenomenon caused by brilliant flashes of ingenuity caused when a person asks easily answered questions on mailing lists. The problem was that I didn't have Tie::IxHash installed, but now that it's been added, I'm fine again. Thanks again, phil.

Re: Newbie install help needed please

2000-11-15 Thread Philip Jacob
James, It is installed, actually. What you're seeing is a build of Apache where pretty much everything is installed as a DSO. This makes it possible for Redhat to ship things like mod_php4 as RPMs so you can just install them piecemeal. If you look in APACHE/libexec/, you'll find all the