Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-02-12 Thread Ryan Perry
FYI, Problems I've been having with Apache2 on FreeBSD 6.0 seem to have been resolved by installing the new libapreq2-2.07 Thanks!

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-02-12 Thread Foo Ji-Haw
Is 2.07 out already? http://theoryx5.uwinnipeg.ca/ppms/ still lists it as 2.06-dev - Original Message - From: Ryan Perry [EMAIL PROTECTED] To: ben syverson [EMAIL PROTECTED] Cc: modperl@perl.apache.org Sent: Monday, February 13, 2006 5:44 AM Subject: Re: More on httpd2.2, libapreq2, apr

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-02-12 Thread Ryan Perry
Yes. 2.07 has been released. From apreq List: libapreq2-2.07 Released The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the 2.07 release of libapreq2. This Announcement notes significant changes introduced by this release. libapreq2-2.07 is

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-02-01 Thread ben syverson
On Jan 30, 2006, at 5:16 PM, ben syverson wrote: Cool, thanks -- but now I'm having trouble compiling libapreq2. It fails, with /usr/bin/ld: cannot find -lexpat Update: everything has built fine now (thanks everyone), but I'm trying to get various modules to compile and install

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-31 Thread Mark Galbreath
I have Apache 2.2 running with mod_perl 2.0.2 - no problems. I don't know the differences in the code base, but so far my RD linux box at home has been a lot easier to config than Apache2.0.x + anything. mark Perrin Harkins [EMAIL PROTECTED] 30-Jan-06 16:30:37 PM On Mon, 2006-01-30 at 13:51

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-31 Thread Ryan Perry
I set up apache 2.055, apreq2 (from SVN as per Philip M. Gollucci), and mod_perl2.02 on FreeBSD 6.0. It works, but if I include 1 site that uses HTML::Mason (and therefore mod_perl2 and apreq2) and restart the server I get: [Tue Jan 31 10:36:58 2006] [notice] SIGHUP received. Attempting

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread Mark Galbreath
Apache2 comes with APR built in; you do not need to install it separately. You are finding what a big PITA that results in. Mark ben syverson [EMAIL PROTECTED] 29-Jan-06 18:05 PM Sorry for the cross-post, but I've recompiled everything so many times I'm starting to lose track of reality...I've

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread ben syverson
On Jan 30, 2006, at 8:10 AM, Mark Galbreath wrote: Apache2 comes with APR built in; you do not need to install it separately. You are finding what a big PITA that results in. And what a beautiful theory it is. To quote http://httpd.apache.org/docs/2.2/install.html: apr and apr-util are

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread Ryan Perry
On Jan 30, 2006, at 8:10 AM, Mark Galbreath wrote:Apache2 comes with APR built in; you do not need to install it separately.  You are finding what a big PITA that results in.Nonetheless there seems to be a problem here, I've experienced the same problem on FreeBSD 6.0 (but I didn't do anything

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread Mark Galbreath
and doesn't sh*t like this just burn you up? I spent 3 days trying to get OpenLDAP, DAV, Apache2 and Subversion to play together. I didn't read the documentation you cite, but in a fit of desperation sh*tcanned APR/APRU, compiled Apache first, then LDAP and Subversion (oh, and let;'s not forget

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread ben syverson
On Jan 30, 2006, at 1:31 PM, Mark Galbreath wrote: and doesn't sh*t like this just burn you up? Yes. Yes it does. I've missed a conference proposal deadline because I haven't been able to compile this, the current, best version of mod_perl. I've compiled mod_perl1 and 2 from source

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread Perrin Harkins
On Mon, 2006-01-30 at 13:51 -0600, ben syverson wrote: I'm at my wits end at this point. I may have to go back to Apache 2.0.55 and mod_perl2-RC4, which was giving me issues, but at least ran. Can you try the current mod_perl with apache 2.0.55? Apache 2.2 is a major new branch with API

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread Frank Wiles
On Mon, 30 Jan 2006 16:30:37 -0500 Perrin Harkins [EMAIL PROTECTED] wrote: On Mon, 2006-01-30 at 13:51 -0600, ben syverson wrote: I'm at my wits end at this point. I may have to go back to Apache 2.0.55 and mod_perl2-RC4, which was giving me issues, but at least ran. Can you try the

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread ben syverson
On Jan 30, 2006, at 5:12 PM, Frank Wiles wrote: I agree that giving mp 2.0.2 a whirl with 2.0.55 as we know that works. Definitely better than going back to a release candidate. Cool, thanks -- but now I'm having trouble compiling libapreq2. It fails, with /usr/bin/ld: cannot find

More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-29 Thread ben syverson
Sorry for the cross-post, but I've recompiled everything so many times I'm starting to lose track of reality... I've just recompiled APR 1.2.2 and installed it into /usr/local/apr -- both APR and APR-util. They both passed make test... Then I recompiled httpd: make clean ./configure