Okay, that's gotten me past the duplicate symbol errors. Now there's the general problem of just running.
I tracked the problem down, but then I lose it. We're faulting on the sAppName value. For whatever reason embperl_GetApacheAppName is being called and in it pDirCfg->AppConfig.sAppName=0x14 which obviously isn't correct. I made a wild guess and set EMBPERL_APPNAME to a value in the config file, but that resulted in the second traceback here. Suggestions on where to look next? Date/Time: 2002-03-20 13:27:44 -0500 OS Version: 10.1.3 (Build 5Q45) Host: wraith.somewhere.com Command: httpd PID: 2184 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000014 Thread 0 Crashed: #0 0x70000a50 in strlen #1 0x00437ef0 in EMBPERL2_GetHashValueUInt #2 0x0043e48c in embperl_SetupApp #3 0x00442e6c in embperl_InitRequest #4 0x00443214 in embperl_InitRequestComponent #5 0x004356c4 in embperl_ExecuteRequest #6 0x0042d554 in XS_Embperl__Req_ExecuteRequest #7 0x4be5b5e4 in Perl_pp_entersub #8 0x4be53e28 in Perl_runops_standard #9 0x4be042a4 in S_call_body #10 0x4be03f50 in perl_call_sv #11 0x0000573c in perl_call_handler #12 0x00004f44 in perl_run_stacked_handlers #13 0x00003560 in perl_handler #14 0x0003a808 in ap_invoke_handler #15 0x00052758 in process_request_internal #16 0x000527e8 in ap_process_request #17 0x00029624 in child_main #18 0x00029928 in make_child #19 0x00029a3c in startup_children #20 0x0002a380 in standalone_main #21 0x0002aec8 in main #22 0x00001f10 in _start #23 0x00001d40 in start PPC Thread State: srr0: 0x70000a50 srr1: 0x0200f030 vrsave: 0x00000000 xer: 0x0000000c lr: 0x00437ef0 ctr: 0x70000a40 mq: 0x00000000 r0: 0x00437ef0 r1: 0xbfffea00 r2: 0x003713f0 r3: 0x00000014 r4: 0x0000000c r5: 0x00000014 r6: 0x00000000 r7: 0x000e2d60 r8: 0x4bec5eb0 r9: 0x00000088 r10: 0xff8eab74 r11: 0x00482730 r12: 0x70000a40 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000 r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000001 r20: 0x00000000 r21: 0x00000000 r22: 0x000e09c4 r23: 0x0084d048 r24: 0xbfffeaf0 r25: 0x004a70a8 r26: 0x00000000 r27: 0x00000014 r28: 0x0036e13c r29: 0x00000014 r30: 0x00000000 r31: 0x0043e3f8 Date/Time: 2002-03-20 13:53:08 -0500 OS Version: 10.1.3 (Build 5Q45) Host: wraith.somewhere.com Command: httpd PID: 2526 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: #0 0x70003e64 in memmove #1 0x0043b444 in embperl_merge_dir_config #2 0x00039c60 in merge_server_configs #3 0x0003d214 in fixup_virtual_hosts #4 0x0003d854 in ap_read_config #5 0x0002ada8 in main #6 0x00001f10 in _start #7 0x00001d40 in start PPC Thread State: srr0: 0x70003e64 srr1: 0x0200f030 vrsave: 0xff000000 xer: 0x00000008 lr: 0x0043b444 ctr: 0x70003a00 mq: 0x00000000 r0: 0x00000008 r1: 0xbffff3b0 r2: 0x004a1b48 r3: 0x004a1b48 r4: 0x00000000 r5: 0x00000144 r6: 0x00000000 r7: 0x00000008 r8: 0xffb5e4b8 r9: 0xff000000 r10: 0x00000088 r11: 0x00482764 r12: 0x70003a00 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000 r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000 r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000 r24: 0x00000000 r25: 0x00000000 r26: 0xbffff628 r27: 0x00000008 r28: 0x00000000 r29: 0x003c2000 r30: 0x004a1b48 r31: 0x00039b78 ********** -- Kee Hinckley - Somewhere.Com, LLC http://consulting.somewhere.com/ [EMAIL PROTECTED] I'm not sure which upsets me more: that people are so unwilling to accept responsibility for their own actions, or that they are so eager to regulate everyone else's. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]