> > can you core dump from mod_perl 1.0 with the same setup? the problem is > most likely that your C program is running in a different environment > than mod_perl, i.e. different perm. > > You've tested with 'su - httpd', does your server running under this user?
yes. > >>>http://perl.apache.org/release/docs/2.0/devel/debug_c/debug_c.html#Getting_the_core_File_Dumped > >> okay, I tried with apache1 too. problem identified: [Thu Jun 6 12:11:34 2002] [error] > core_dump->trans [Thu Jun 6 12:11:34 2002] [error] The core should be found at //core [Thu Jun 6 12:11:34 2002] [notice] child pid 4549 exit signal Aborted (6) it tries to dump to / ... [2]+ Stopped strace -f /usr/sbin/httpd 1>&xx httpd@blau:/root/temp > grep chdir xx chdir("/") = 0 [pid 4566] chdir("/usr/local/apache") = 0 both ServerRoot and DocumentRoot are not the root-directory. oh well. I dont care, I just make / owned by httpd for now :-) thanks, herbert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]