On Thu, Nov 27, 2003 at 06:53:44PM -0500, Jay R. Ashworth wrote:
Indeed. I just have to figure out where the build lives; I've done *so many* things in 5 days, I don't even remember whether I built mod_perl or cpan did, and if it did, I'm not sure where. I can only learn so fast...
Found the build; rebuilt with debug. Make test skipped a *bunch* of stuff, but doesn't appear to have failed. Installed, stopped apache, started apache, same results; no backtrace in the webgui.log or either apache error log (master or vhost), and no core file anywhere. is this because my apache runs as nobody and the trees (/appl/apache/httpd and /appl/apache/WebGUI) are both owned by apache?
Most likely it's because you didn't tell the shell you start httpd from to allow core dumping:
http://perl.apache.org/docs/2.0/devel/debug/c.html#Getting_the_core_File_Dumped
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html