Mailing List Archive

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 <david@kineticode.com>
Message-Id: <1FE3EC41-B1B7-4AB0-9DFB-8687F622C4ED@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