[webstack-discuss] review for 6690047 [nvb87] mod_dtrace module crashes httpd process

2008-04-29 Thread rahul
| +cp .libs/mod_dtrace.o . | ${DTRACE} -o apache.o -s apache.d mod_dtrace.o | | What was the reason for duplicating/copying mod_dtrace.o (as opposed to using | it from .libs/mod_drace.o)? I was trying to restrict the number of lines touched. with using mod_dtrace.o in .libs, tw

[webstack-discuss] review for 6690047 [nvb87] mod_dtrace module crashes httpd process

2008-04-29 Thread Arvind Srinivasan
+cp .libs/mod_dtrace.o . ${DTRACE} -o apache.o -s apache.d mod_dtrace.o What was the reason for duplicating/copying mod_dtrace.o (as opposed to using it from .libs/mod_drace.o)?

[webstack-discuss] [Fwd: Re: review for 6690047 [nvb87] mod_dtrace module crashes httpd process]

2008-04-29 Thread Seema Alevoor
Original Message Subject: Re: [webstack-discuss] review for 6690047 [nvb87] mod_dtrace module crashes httpd process Date: Tue, 29 Apr 2008 16:21:44 +0530 From: Seema Alevoor To: rahul References: <20080428135332.GT2339 at vayavyam.India.Sun.COM> Rahul, +export LTFLAGS="-

[webstack-discuss] review for 6690047 [nvb87] mod_dtrace module crashes httpd process

2008-04-29 Thread rahul
| > Changes: | > use apxs instead of CC to make sure all FLAGS are in. | | If you are using apxs, then why do you need to specify the following? | | +export LTFLAGS="--silent --tag=CC" This is used to avoid warnings from libtool (apxs knows nothing about this variable.) | +

[webstack-discuss] review for 6690047 [nvb87] mod_dtrace module crashes httpd process

2008-04-29 Thread Arvind Srinivasan
rahul wrote: > http://cr.opensolaris.org/~vrthra/dtrace-6690047/ > > Changes: > use apxs instead of CC to make sure all FLAGS are in. If you are using apxs, then why do you need to specify the following? +export LTFLAGS="--silent --tag=CC" +-S CC=${CC} \ +-DSOLAR