You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by pg...@apache.org on 2008/05/31 23:26:52 UTC

svn commit: r662085 - /perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod

Author: pgollucci
Date: Sat May 31 14:26:51 2008
New Revision: 662085

URL: http://svn.apache.org/viewvc?rev=662085&view=rev
Log:
--enable-maintainer-mode only add -DAP_DEBUG to httpd flags.
We need to add -g as well.

Reported by: David E. Wheeler <da...@kineticode.com>      
Message-Id: <1F...@kineticode.com>


Modified:
    perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod?rev=662085&r1=662084&r2=662085&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/devel/debug/c.pod Sat May 31 14:26:51 2008
@@ -396,7 +396,7 @@
 If the segfault happens inside I<ap_> or I<apr_> calls, rebuild httpd
 with C<--enable-maintainer-mode>:
 
-  % ./configure --enable-maintainer-mode ...
+  % CFLAGS="-g" ./configure --enable-maintainer-mode ...
   % make && make install
 
 =item * perl



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org