I'm trying to debug a segfault in PHP/Apache running on RHEL4.
This is a production server, so I'm trying to install a separate copy of apacheApache and phpPHP, and run apache through gdbgdb.
When I load httpdhttpd through gdbgdb and then do run -X, I get the error (no debugging symbols found)...Error while reading shared library symbols: Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader.:
(no debugging symbols found)... Error while reading shared library symbols: Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. The Apache manual says something about setting EXTRA_CFLAGS to "-g"-g, and i'veI've tried configuring with --enable-maintainer-mode--enable-maintainer-mode, but I don't seem to be getting far.