Fwd: Apache 2.2 and libapreq2 2.0.7 segfault

2006-03-30 Thread Cory Omand
Copying the list -- Forwarded message -- From: Cory Omand <[EMAIL PROTECTED]> Date: Mar 30, 2006 12:51 PM Subject: Re: Apache 2.2 and libapreq2 2.0.7 segfault To: "Philip M. Gollucci" <[EMAIL PROTECTED]> On 3/30/06, Cory Omand <[EMAIL PROTECTED]> w

Fwd: Apache 2.2 and libapreq2 2.0.7 segfault

2006-03-30 Thread Cory Omand
Copying the list -- Forwarded message -- From: Cory Omand <[EMAIL PROTECTED]> Date: Mar 30, 2006 11:57 AM Subject: Re: Apache 2.2 and libapreq2 2.0.7 segfault To: "Philip M. Gollucci" <[EMAIL PROTECTED]> On 3/29/06, Philip M. Gollucci <[EMAIL PROTECTE

Re: Apache 2.2 and libapreq2 2.0.7 segfault

2006-03-29 Thread Cory Omand
On 3/29/06, Philip M. Gollucci <[EMAIL PROTECTED]> wrote: > Cory Omand wrote: > > --with-mm-opts="INSTALLDIRS=vendor" > wow, someone is using that other then me... Glad I added it :) I'm glad you added it too :) > Can you double check and make sure everythi

Re: Apache 2.2 and libapreq2 2.0.7 segfault

2006-03-29 Thread Cory Omand
On 3/29/06, Jonathan Vanasco <[EMAIL PROTECTED]> wrote: > > On Mar 29, 2006, at 7:06 PM, Cory Omand wrote: > > > Hi, > > > > I am having issues with Apache 2.2 and libapreq2 2.07. Even very > > simple tests which construct new Apache2::Request objects are

Re: Apache 2.2 and libapreq2 2.0.7 segfault

2006-03-29 Thread Cory Omand
On 3/29/06, Philip M. Gollucci <[EMAIL PROTECTED]> wrote: > I hope this isn't whats causing it, but you're missing > > use Apache2::Const -compile qw(OK); > > I know we prefer the other way of new() so try doing this > my $apr = Apache2::Request->new($r) > > I don't recall if we support both (as yo

Re: Apache 2.2 and libapreq2 2.0.7 segfault

2006-03-29 Thread Cory Omand
Hi, I am having issues with Apache 2.2 and libapreq2 2.07. Even very simple tests which construct new Apache2::Request objects are resulting in segfaults. I have the following server setup: Apache/2.2.0 (Unix) DAV/2 mod_apreq2-20051231/2.5.7 mod_perl/2.0.2 Perl/v5.8.8 This server uses the Apac

Apache2::compat Question

2006-02-07 Thread Cory Omand
Hello, I am trying to set up Apache::RPC::Server (RPC-XML-0.58) under MP2 (MP 2.0.2 + Apache 2.0.55 on Solaris 10 SPARC). This module was written to the MP1 API, therefore I'm loading Apache2::compat as the first 'use' statement in my server startup.pl. However, the module makes use of Apac

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC2

2005-10-13 Thread Cory Omand
l tests pass on FreeBSD 5.4-STABLE, Apache 2.0.54 prefork, Perl 5.8.4. -=Chris Solaris 8 x86/SPARC Apache 2.0.54 prefork Perl 5.8.7 (threaded) All tests pass. -- Cory Omand <[EMAIL PROTECTED]>

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC1

2005-10-06 Thread Cory Omand
threaded Solaris 8 sparc/i386 and Solaris 10 sparc (w/Sun C 5.7 Patch 117836-03 2005/05/11) Perl 5.8.7 w/ithread httpd 2.0.54 w/threaded apr, prefork MPM libgtop not enabled All tests pass. -- Cory Omand <[EMAIL PROTECTED]>

[mp2] [PATCH] DESTDIR does not apply to mod_perl.so and includes

2005-02-16 Thread Cory Omand
ill add a new build time option MP_AP_DESTDIR, which will be prefixed to all of the Apache bits for installation. This works for me, building SysV packages on Solaris 8 in a non-root environment. Regards, Cory. -- Cory Omand <[EMAIL PROTECTED]> Sun Microsystems diff --speed-large-files --mi

Re: Relocated Installation

2005-01-07 Thread Cory Omand
On Thu, 2005-01-06 at 17:41, Todd Grimason wrote: > * Cory Omand <[EMAIL PROTECTED]> [2005-01-06 19:46]: > > Hello, > > > > I'm attempting to build mp2 2.0.0-RC3 as a non-root user, and am having > > some difficulty getting mp2 to install everything to a pa

Relocated Installation

2005-01-06 Thread Cory Omand
files into /opt/csw/apache2/include, despite specifying a path to DESTDIR. There does not appear to be an easy way to make everything relocate using 'make install DESTDIR=/tmp/a' or similar. Can anyone shed some light on how to get an installation of this type working? Thanks in advance,

Re: [mp2] test server cannot start as non-root user with worker mpm

2004-11-04 Thread Cory Omand
On Tue, 2004-11-02 at 17:43, Stas Bekman wrote: > Cory Omand wrote: > > On Tue, 2004-11-02 at 16:19, Stas Bekman wrote: > > > >>Does your global httpd.conf has an AcceptMutex entry which specifies a > >>location which is only root accessible? So A-T should prob

Re: [mp2] test server cannot start as non-root user with worker mpm

2004-11-02 Thread Cory Omand
the local logging directory (e.g. where mp2 writes the error_log). Assuming that this variable is available as @APACHE_LOGS@, it would be possible to set 'LockFile @APACHE_LOGS@/accept.lock' in the @THREAD_MODULE@ section... Regards, Cory. -- Cory Omand <[EMAIL PROTECT

Re: [mp2] test server cannot start as non-root user with worker mpm

2004-11-02 Thread Cory Omand
On Tue, 2004-11-02 at 15:35, Stas Bekman wrote: > Cory Omand wrote: > > [First of all, don't forget to reply-all, when following up on list's > threads. Thanks.] Sorry -- force of habit. > >>It has nothing to do with either A-T or mod_perl, A-T just per-u

[mp2] test server cannot start as non-root user with worker mpm

2004-11-02 Thread Cory Omand
- CGI: 3.00 LWP: 5.76 mod_perl : - 3. This is the core dump trace: (if you get a core dump): [CORE TRACE COMES HERE] This report was generated by t/REPORT on Tue Nov 2 22:31:15 2004 GMT. -8<-- End Bug Report --8<--