Apt upgrade on Debian re-links my libapreq2.so.3

2024-03-17 Thread Vincent Veyron
Hi, I renamed libapreq2.so.3.8.1 which came with the Debian package libapache2-mod-apreq2 (2.17, buggy as we know), I recompiled libapreq2.so.3.8.1 from svn trunk, and re-linked libapreq2.so.3 to it; the install script in trunk failed so I simply copied the file into the proper directory

[ANNOUNCE] libapreq2-2.17 Released

2022-08-25 Thread jorton
libapreq2-2.17 Released The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the 2.17 release of libapreq2. This Announcement notes significant changes introduced by this release. libapreq2-2.17 is released under the Apache License version 2.0. It

New Windows mod_perl2/libapreq2 build available

2022-02-06 Thread Steve Hay
For those who are interested, I have uploaded a 64-bit build of mod_perl-2.0.12 and libapreq2-2.16 components compatible with Apache Lounge 2.4.52 (Win64, VC16, built 20 December 2021) and Strawberry Perl 5.32.1.1 (64bit). You can download it from: https://home.apache.org/~stevehay/ The SHA1

[ANNOUNCE] libapreq2-2.16 Released

2021-03-22 Thread jorton
libapreq2-2.16 Released The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the 2.16 release of libapreq2. This Announcement notes significant changes introduced by this release. libapreq2-2.16 is released under the Apache License version 2.0. It

Re: New Windows mod_perl2/libapreq2 build available

2021-03-09 Thread Russell Lundberg
it > interacts with Apache). > I think that nothing else really "registered", even over many OSes such as > all the > versions of Windows-es, SunOS, Solaris, HP/UX, AIX, Unix-es, Linux, to > name only the few > which I remember running our applications on. Applications of which we &g

Re: New Windows mod_perl2/libapreq2 build available

2021-03-09 Thread tomcat/perl
olaris, HP/UX, AIX, Unix-es, Linux, to name only the few which I remember running our applications on. Applications of which we only ever needed one version, running everywhere. On 05.03.2021 13:12, Steve Hay wrote: For those who are interested, I have uploaded a 64-bit build of mod_perl-2.0.11 a

New Windows mod_perl2/libapreq2 build available

2021-03-05 Thread Steve Hay
For those who are interested, I have uploaded a 64-bit build of mod_perl-2.0.11 and libapreq2-2.15 components compatible with Apache Lounge 2.4.46 (Win64, VC16, built 18 February 2021) and Strawberry Perl 5.32.1.1 (64bit). You can download it from: https://people.apache.org/~stevehay/ The SHA1

Re: [ANNOUNCE] libapreq2-2.15 Released

2020-11-17 Thread Edward J. Sabol
reasons I won't get into. Previous build systems detected this and added "-m32" automatically where appropriate, but, when building libapreq2-2.15, I had to explicitly specify CFLAGS=-m32 to get it to build and test properly. No big deal. I realize compiling for 32-bits on a 64-bit

CVE-2019-12412: libapreq2 null pointer dereference

2020-11-17 Thread Joe Orton
CVE-2019-12412: libapreq2 null pointer dereference Severity: important Vendor: The Apache Software Foundation Versions Affected: libapreq2 2.07 to 2.13 Description: In libapreq2 versions 2.07 through 2.13 inclusive, a flaw in the multipart parser can deference a null pointer leading to a

[ANNOUNCE] libapreq2-2.15 Released

2020-11-17 Thread Joe Orton
libapreq2-2.15 Released The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the 2.15 release of libapreq2. This Announcement notes significant changes introduced by this release. libapreq2-2.15 is released under the Apache License version 2.0. It

Re: New release of libapreq2

2020-02-05 Thread Joseph Schaefer
08:23:12 Steve Hay wrote: >>>> On 19 January 2017 at 14:25, Issac Goldstand wrote: >>>>> That release was canceled due to lack of votes, >>> >>> Hello Issac! Have you released this version on cpan as trial release for >>> testing? >>> >&

Re: New release of libapreq2

2020-01-31 Thread pali
o lack of votes, > > > > Hello Issac! Have you released this version on cpan as trial release for > > testing? > > > > I have not found it on https://metacpan.org/release/libapreq2 so perl > > community have not noticed about it. > > > > > > but re

Re: New release of libapreq2 (Was: Re: Question about Apache 2.4 and libapreq2 (Apache2::Request))

2019-10-24 Thread Steve Hay
rial release for > testing? > > I have not found it on https://metacpan.org/release/libapreq2 so perl > community have not noticed about it. > > > > but regardless there was > > > very little effective difference between that and 2.13 - mostly around > >

New release of libapreq2 (Was: Re: Question about Apache 2.4 and libapreq2 (Apache2::Request))

2019-10-24 Thread pali
acpan.org/release/libapreq2 so perl community have not noticed about it. > > but regardless there was > > very little effective difference between that and 2.13 - mostly around > > tests, docs and build scripts. 2.13 should run just fine on 2.4 > > Somehow, it only came to my at

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-09-06 Thread Steve Hay
> Issac > > On 1/19/2017 6:30 AM, Jie Gao wrote: >> >> There was a new release candidate over a month ago, and it is available at >> https://home.apache.org/~issac/libapreq2-2.14.tar.gz . >> >> Regards, >> >> >> Jie >> >> >

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-13 Thread William A Rowe Jr
lliam A Rowe Jr > To: httpd ; modperl@perl.apache.org > Cc: JW > Sent: Monday, March 13, 2017 4:53 PM > > Subject: Re: Question about Apache 2.4 and libapreq2 (Apache2::Request) > > This has occurred in multiple contexts, including throwing segfaults in the > modperl test

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-13 Thread JW
To: httpd ; modperl@perl.apache.org Cc: JW Sent: Monday, March 13, 2017 4:53 PM Subject: Re: Question about Apache 2.4 and libapreq2 (Apache2::Request) This has occurred in multiple contexts, including throwing segfaults in the modperl test framework (connection handler, so no req_rec.) Wondering

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-13 Thread William A Rowe Jr
13, 2017 at 6:28 PM, JW wrote: > > From: William A Rowe Jr > To: JW > Cc: "modperl@perl.apache.org" > Sent: Friday, March 10, 2017 1:44 PM > Subject: Re: Question about Apache 2.4 and libapreq2 (Apache2::Request) > > On Thu,

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-10 Thread William A Rowe Jr
On Thu, Mar 9, 2017 at 9:53 PM, JW wrote: > > It's been over a month since moving to Apache 2.4. It was fairly > straightforward and required > little code to be updated, most of it Apache config. Everything runs as it > did before the update and I've > had no problems. The one function that didn'

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-10 Thread Jie Gao
* JW wrote: > This mod_perl server is behind a proxy on the same machine. Under Apache 2.2, > $r->remote_ip() > returned 127.0.0.1 and not the user's actual IP.  So, a > PerlPostReadRequestHandler extracted the user's > IP address from the X-Forwarded-For header and set it with $r->remote_ip(

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-09 Thread Jie Gao
* JW wrote: > Date: Fri, 10 Mar 2017 03:53:27 + > From: JW > To: "modperl@perl.apache.org" > Subject: Re: Question about Apache 2.4 and libapreq2 (Apache2::Request) > > Hi, > Back in January I was planning on moving to Apache 2.4+mod_perl+libapreq2 >

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-03-09 Thread JW
Hi, Back in January I was planning on moving to Apache 2.4+mod_perl+libapreq2 from Apache 2.2+mod_perl+libapreq2. I'd asked if anyone had problems doing a similar move -- the answer was no. Thank you again to everyone who replied my earlier post.  It's been over a month since moving

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-20 Thread JW
On Wed, 18 Jan 2017 20:06:41 + (UTC) JW wrote: >  before I make a permanent switch to Apache 2.4, I was wondering if anyone >doing a similar upgrade experienced problems using libapreq2 and what >alternative(s) they chose. > You are more likely to encounter problems

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-19 Thread Issac Goldstand
a month ago, and it is available at https://home.apache.org/~issac/libapreq2-2.14.tar.gz . Regards, Jie * JW wrote: Date: Wed, 18 Jan 2017 20:06:41 + From: JW To: "modperl@perl.apache.org" Subject: Question about Apache 2.4 and libapreq2 (Apache2::Request) Hi, I cur

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-19 Thread Vincent Veyron
On Wed, 18 Jan 2017 20:06:41 + (UTC) JW wrote: > before I make a permanent switch to Apache 2.4, I was wondering if anyone > doing a similar upgrade experienced problems using libapreq2 and what > alternative(s) they chose. > You are more likely to encounter problems with

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-18 Thread Jie Gao
There was a new release candidate over a month ago, and it is available at https://home.apache.org/~issac/libapreq2-2.14.tar.gz . Regards, Jie * JW wrote: > Date: Wed, 18 Jan 2017 20:06:41 + > From: JW > To: "modperl@perl.apache.org" > Subject: Questio

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-18 Thread Joseph Schaefer
We've been using apreq with 2.4 for two years without issue at work. I can't imagine why anyone would have a problem with it on any version of httpd 2.x. Sent from my iPhone > On Jan 18, 2017, at 3:06 PM, JW wrote: > > > Hi, > > I currently use Apache 2.2,

Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-18 Thread JW
Hi, I currently use Apache 2.2, mod_perl and libapreq2 (for Apache2::Request and Apache2::Cookie). I did a test installation of Apache 2.4 (yum), mod_perl (source) and libapreq2-2.13 (source). and it seems to work fine. The last update of libapreq2 was in 2010. I'm aware that not

libapreq2 + META.yml not compliant with the CPAN meta spec

2013-04-29 Thread Tørmoen Joakim
Hi, I'm currently trying to add libapreq2 to a local pinto mirror, and I am having some problems with that the content of the META.yml files is not compliant with the CPAN meta spec v.1.2 Unable to extract packages from libapreq2-2.13.tar.gz: Failed to upconvert metadata to 1.2. E

Re: Perlbrew + mod_perl2 + libapreq2

2012-07-29 Thread Bill Moseley
On Sun, Jul 29, 2012 at 8:23 AM, André Warnier wrote: > > Considering the amount of work you seem to have already done for this, I > hate to say this, but I think that you are on the wrong track here. > I don't doubt that. > I don't see how you could achieve what you seem to want without havin

Re: Perlbrew + mod_perl2 + libapreq2

2012-07-29 Thread André Warnier
Bill Moseley wrote: My goal is from a Perlbrew (per-user Perl) environment install mod_perl2 and libapreq2 from CPAN either directly using tools like "cpan" and "cpanm", or automatically as dependencies listed in other CPAN distributions. The reason for this goal

Perlbrew + mod_perl2 + libapreq2

2012-07-29 Thread Bill Moseley
My goal is from a Perlbrew (per-user Perl) environment install mod_perl2 and libapreq2 from CPAN either directly using tools like "cpan" and "cpanm", or automatically as dependencies listed in other CPAN distributions. The reason for this goal is to allow multiple developers

Re: Problem when compiling libapreq2-2.13 on Centos

2011-11-05 Thread Dave Hodgkinson
On 4 Nov 2011, at 08:50, Pierre QUETELART wrote: > > /usr/bin/ld: cannot find -lexpat Install it. yum install libexpat

Problem when compiling libapreq2-2.13 on Centos

2011-11-05 Thread Pierre QUETELART
Hello, I have hard time when compiling libapreq2-2.13 on Centos 6 Everything goes fine until I have this message : gcc -shared .libs/handle.o .libs/filter.o -Wl,--rpath -Wl,/root/rpmbuild/BUILD/program-common-3.1/libapreq2-2.13/library/.libs -Wl,--rpath -Wl,/root/rpmbuild/BUILDROOT

RE: libapreq2 build to /usr/lib64

2011-04-29 Thread James B. Muir
Ah, that looks simpler. Thanks. -James -Original Message- From: Morten Bjørnsvik [mailto:morten.bjorns...@experian-da.no] Sent: Friday, April 29, 2011 3:01 AM To: James B. Muir; modperl@perl.apache.org Subject: RE: libapreq2 build to /usr/lib64 Hi I use the following when compiling

RE: libapreq2 build to /usr/lib64

2011-04-29 Thread Morten Bjørnsvik
Hi I use the following when compiling libapreq: (the vaiables are just paths to the dirs and bins) Apache2::Request 2.13 libapreq2-2.13.tar.gz downloaded_201012171512 "$PERL_BIN Makefile.PL --with-apache2-apxs=$APXS_BIN --with-perl=$PERL_BIN --enable-lib64 --with-expat=$APACH

RE: libapreq2 build to /usr/lib64

2011-04-28 Thread James B. Muir
I followed this lead earlier to today but it did not lead anywhere in this case. Thanks for suggesting it. Fortunately I did find the solution. I added --libdir=/usr/lib64 to the ./configure: #!/bin/bash cd /usr/local/src/libapreq2-2.13 env LDFLAGS="-L/usr/lib64 -R/usr/lib64 -l

Re: libapreq2 build to /usr/lib64

2011-04-28 Thread Randolf Richardson
> Hello, > > I am receiving the following message from Apache2 after installing libapreq2 > and Apache2::Request: > > /usr/sbin/apachectl -t > httpd: Syntax error on line 201 of /etc/httpd/conf/httpd.conf: Cannot load > /etc/ > httpd/modules/mod_apreq2.so into ser

libapreq2 build to /usr/lib64

2011-04-28 Thread James B. Muir
Hello, I am receiving the following message from Apache2 after installing libapreq2 and Apache2::Request: /usr/sbin/apachectl -t httpd: Syntax error on line 201 of /etc/httpd/conf/httpd.conf: Cannot load /etc/ httpd/modules/mod_apreq2.so into server: libapreq2.so.3: cannot open shared obje ct

RE: build of libapreq2 fails

2011-01-31 Thread James B. Muir
48 PM To: modperl@perl.apache.org Subject: Re: build of libapreq2 fails In message <527c4914f1b2ea47b38422de0fa05a65064b1ba...@dh201.dhmcmaster.dh.hitc hcock.org>, "James B. Muir" writes: >Hi, I am trying to build libapreq2 so that I may use it with Apache2 and mo= >d_perl.

Re: VS: build of libapreq2 fails

2011-01-28 Thread John D Groenveld
In message , =? iso-8859-1?Q?Kasper_L=F8vschall?= writes: >Also configuring the runtime linking environment under Solaris 10 often helps >a lot along with LDFLAGS: > >> crle -u -l /usr/sfw/lib >> crle -u -l /usr/local/lib If you add the -R flag to the linker (or not set any runtime paths with -R

VS: build of libapreq2 fails

2011-01-28 Thread Kasper Løvschall
200 DK-9220 Aalborg Øst Denmark Tlf: (+45) 99 40 73 03, Mobile: (+45) 28 95 91 29 E-mail: k...@aub.aau.dk -Oprindelig meddelelse- Fra: John D Groenveld [mailto:jdg...@elvis.arl.psu.edu] Sendt: 28. januar 2011 00:49 Til: modperl@perl.apache.org Emne: Re: build of libapreq2 fails In m

Re: build of libapreq2 fails

2011-01-27 Thread John D Groenveld
In message <527c4914f1b2ea47b38422de0fa05a65064b1ba...@dh201.dhmcmaster.dh.hitc hcock.org>, "James B. Muir" writes: >Hi, I am trying to build libapreq2 so that I may use it with Apache2 and mo= >d_perl. I'm on a Solaris 10 system. The version of Apache I am using is ol

build of libapreq2 fails

2011-01-27 Thread James B. Muir
Hi, I am trying to build libapreq2 so that I may use it with Apache2 and mod_perl. I'm on a Solaris 10 system. The version of Apache I am using is old: ./bin/apachectl -v Server version: Apache/2.0.59 Server built: Aug 22 2006 11:38:34 I receive the following surprising errors durin

[ANNOUNCE] libapreq2-2.13 Released

2010-12-07 Thread issac
libapreq2-2.13 Released The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the 2.13 release of libapreq2. This Announcement notes significant changes introduced by this release. libapreq2-2.13 is released under the Apache License version 2.0. It

Re: [ANNOUNCE] libapreq2-2.13 Released

2010-12-03 Thread Clinton Gormley
On Fri, 2010-12-03 at 11:52 +, is...@apache.org wrote: > libapreq2-2.13 Released Callooh Callay! And now on to mod_perl 2.05! http://www.gossamer-threads.com/lists/modperl/dev/102192 thanks for releasing clint > Changes with libapreq2-2.13 (released December 3, 2010) > >

Re: [RELEASE CANDIDATE] libapreq2 2.13 RC

2010-12-03 Thread Sander Temme
On Nov 25, 2010, at 11:34 AM, Issac Goldstand wrote: > After a year and a half, the apreq team would like to release version > 2.13 of libapreq. Good PGP signature; good md5. Built and tested on an x64 Meerkat box, against bundled Apache2. Build against httpd and apr trunk fails: configure

Re: [RELEASE CANDIDATE] libapreq2 2.13 RC

2010-11-30 Thread Thomas den Braber
Tested on Ubuntu 9.10 64bit. All test pass ok. Running in live environment for 2 days now without any problems. -- Thomas

Re: [RELEASE CANDIDATE] libapreq2 2.13 RC

2010-11-28 Thread Joe Schaefer
l.apache.org > Sent: Thu, November 25, 2010 2:34:47 PM > Subject: [RELEASE CANDIDATE] libapreq2 2.13 RC > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > After a year and a half, the apreq team would like to release version > 2.13 of libapreq. Please

[RELEASE CANDIDATE] libapreq2 2.13 RC

2010-11-25 Thread Issac Goldstand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After a year and a half, the apreq team would like to release version 2.13 of libapreq. Please test and vote on the following tarball: http://people.apache.org/~issac/libapreq2-2.13.tar.gz http://people.apache.org/~issac/libapreq2-2.13.tar.gz.asc

libapreq2 2.12 with mod_perl 2.0.4 on Mac OS X 10.6.4

2010-07-19 Thread Matthias Schmitt
Hello, since a few days I am trying to get the following combination to work on Mac OS X 10.6.4 - Apache 2.2.15 - Perl 5.10.1 - mod_perl 2.0.4 - libapreq2 2.12 The tests of libapreq2 always fail. I tried nearly everything, so I am desperate enough to call this list for help after three days

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-11-10 Thread Joe Niederberger
quot; To: "Joe Niederberger" Cc: ; "mod_perl list" Sent: Tuesday, November 10, 2009 8:41 PM Subject: Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2) > Hello Joe, > > Do you think you can post the changes that need to be made here, for us > to reference when we hit the same problem? > > Thanks.

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-11-10 Thread Foo JH
, mod_perl2 & Apache2::Cookie (libapreq2) The man you want at the FreeBSD lists is Philip M. Gollucci. He maintains libapreq2 in the ports collection, and was very helpful to me when I was trying to get the module to build, earlier this year. Good Luck and please repo

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-30 Thread metacyclic
30, 2009 12:36 PM > *Subject:* Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2) > > This may be completely unrelated, but I had similar headaches installing > libapreq2 on a 64 bit machine that had both 32 and 64 bit libs installed. I > had to uninstall the offending 32 b

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-30 Thread mackenna
The man you want at the FreeBSD lists is Philip M. Gollucci. He maintains libapreq2 in the ports collection, and was very helpful to me when I was trying to get the module to build, earlier this year. Good Luck and please report your results to this list when this is settled, cmac On Oct 30

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-30 Thread Sin
To: Sin Cc: Foo JH ; Adam Prime ; Joe Niederberger ; mod_perl list Sent: Friday, October 30, 2009 12:36 PM Subject: Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2) This may be completely unrelated, but I had similar headaches installing libapreq2 on a 64 bit machine tha

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-30 Thread metacyclic
This may be completely unrelated, but I had similar headaches installing libapreq2 on a 64 bit machine that had both 32 and 64 bit libs installed. I had to uninstall the offending 32 bit libs (which I didn't need). Do they have a similar setup? Dimitri On Fri, Oct 30, 2009 at 12:28 PM

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-30 Thread Sin
with: ===> libapreq2-2.12_1 : Error from bsd.apache.mk. apache13 is installed (or APACHE_PORT is defined) and port requires 2.0+. *** Error code 1 But if you look at the port it says apache-1.3.41_1 is the build and run dependency. So it should of built the port (because I just happen to have

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-30 Thread Foo JH
Just a thought: is install ap22 + mp2 + libapreq2 via pkg_add -r an option? That's what I normally do these days. Adam Prime wrote: You guys might want to take a look at this thread on apreq-dev http://marc.info/?t=12420765987&r=1&w=2 Specifically the last couple of posts f

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Adam Prime
rote: How do I find out what *all* the special options needed are? Thanks, Joe N. - Original Message - From: To: "mod_perl list" Sent: Thursday, October 29, 2009 12:14 PM Subject: Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2) I've been using apache

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread gl...@gallien.net
These are the steps I use to install libapreq2. # ./configure --with-apache2-apxs=/path/to/apache/apxs --with-expat=/usr/local --enable-perl-glue # gmake # gmake test # gmake install Except for the --with-expat flag, this is what is in the INSTALL doc. If you checkout from svn, run

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Joe Niederberger
How do I find out what *all* the special options needed are? Thanks, Joe N. - Original Message - From: To: "mod_perl list" Sent: Thursday, October 29, 2009 12:14 PM Subject: Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2) > I've been using apache2/mo

RE: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Ihnen, David
.@comcast.net] Sent: Thursday, October 29, 2009 9:03 AM To: Joe Niederberger; mod_perl list Subject: Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2) Should I conclude nobody is running mod_perl2 on the latest version of FreeBSD? - Original Message - From: "Joe N

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread gl...@gallien.net
I've been using apache2/mod_perl2 on FreeBSD for years. Currently using 6.3 and 7.2. Installing from ports should work fine, but I prefer to install separate versions of apache2 and mod_perl2 from source. Haven't had a problem installing either of those in sometime. Installing li

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Devin Teske
Oops =) Replace 'sr' with 'sudo' wherever encountered (corporate colloquialism). As somebody else said recently on this very same thread, it's likely that your problem is libapreq. And as they mentioned, the correct thing to do would be to build it from the ports tree (otherwise compiled by- hand

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Devin Teske
Running Apache 2.2.13 with mod_perl 2.0.4 and other sundry pieces on FreeBSD-4.11. Here's my compile notes (sorry if it's a little lengthy, just copy/pasted to minimize time spent on this): Paste: The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server f

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread craig
Mr. Sin, I can't tell from your email exactly what isn't working for you, so will assume that you have similar problems as Mr. N. From my experience, the problem may be FreeBSD + libapreq2 2.12. My site runs FreeBSD 6.3. I could not get libapreq2 2.12 and associated Perl linkages (

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread André Warnier
Joe Niederberger wrote: Sadly, has the signs of a not-well technology. Anyone have opinions on a way forward? Is the answer Linux? I have no idea about FreeBSD, but I am using Apache 2.0 & 2.2, with mod_perl 2.x, on quite a lot of Linux (Debian, Suse, RedHat) systems, with a lot of satisfactio

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Joe Niederberger
Sadly, has the signs of a not-well technology. Anyone have opinions on a way forward? Is the answer Linux? - Original Message - From: "Sin" > > Few weeks back I joined this mailling list to find out about this myself. > I've been trying to get apache 2.x and mod_perl2 to run together fo

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Sin
od_perl list" Sent: Tuesday, October 27, 2009 11:04 PM Subject: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2) Hello, Does anyone have the combination of FreeBSD 7.2, Apache2.2, mod_perl2 and libapreq2 all installed and working fine? My web-hoster is having exterme difficulties ge

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-29 Thread Joe Niederberger
Should I conclude nobody is running mod_perl2 on the latest version of FreeBSD? - Original Message - From: "Joe Niederberger" To: "mod_perl list" Sent: Tuesday, October 27, 2009 10:04 PM Subject: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2) > Hell

Re: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-27 Thread Joe Niederberger
Oh - the perl version is 5.8.9 - - Original Message - From: "Joe Niederberger" To: "mod_perl list" Sent: Tuesday, October 27, 2009 10:04 PM Subject: FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2) > Hello, > > Does anyone have the comb

FreeBSD 7.2, mod_perl2 & Apache2::Cookie (libapreq2)

2009-10-27 Thread Joe Niederberger
Hello, Does anyone have the combination of FreeBSD 7.2, Apache2.2, mod_perl2 and libapreq2 all installed and working fine? My web-hoster is having exterme difficulties getting this set up. The Apache2.so is rife with undefined symbols that they cannot resolve. Simply making a call to the cookie

Re: Problem with libapreq2-2.12

2009-09-25 Thread jesserthompson
t on. > > Adam > > > mod_perl User wrote: >> Hi, >> >> While trying to install libapreq2-2.12 with mod_perl2/Apache2 in >> Solaris10, please help. >> >> # make >> Making all in . >> Making all in include >> make all-am >

Re: libapreq2 for Windows, Apache 2.2 and Perl 5.10

2009-09-15 Thread André Warnier
Randy Kobes wrote: On Mon, Sep 14, 2009 at 6:54 AM, André Warnier wrote: Hi. I have tried following the usual links at perl.apache.org, CPAN, ActiveState, and searched Google, but I am getting a bit confused. Is there a binary package available for libapreq2 with ActivePerl 5.10/Apache 2.2

Re: libapreq2 for Windows, Apache 2.2 and Perl 5.10

2009-09-14 Thread Randy Kobes
On Mon, Sep 14, 2009 at 6:54 AM, André Warnier wrote: > Hi. > > I have tried following the usual links at perl.apache.org, CPAN, > ActiveState, and searched Google, but I am getting a bit confused. > > Is there a binary package available for libapreq2 with ActivePerl > 5.10/

libapreq2 for Windows, Apache 2.2 and Perl 5.10

2009-09-14 Thread André Warnier
Hi. I have tried following the usual links at perl.apache.org, CPAN, ActiveState, and searched Google, but I am getting a bit confused. Is there a binary package available for libapreq2 with ActivePerl 5.10/Apache 2.2/Win32, and if yes, where ? I would have to install this first on a WinXP

Re: Problem with libapreq2-2.12

2009-05-21 Thread Adam Prime
There is a thread in apreq-dev about this issue: http://marc.info/?l=apreq-dev&m=124276135127808&w=2 Apparently it has something to do with the machine that the tarball was built on. Adam mod_perl User wrote: Hi, While trying to install libapreq2-2.12 with mod_perl2/Ap

Problem with libapreq2-2.12

2009-05-21 Thread mod_perl User
Hi, While trying to install libapreq2-2.12 with mod_perl2/Apache2 in Solaris10, please help. # make Making all in . Making all in include make all-am Making all in library make all-am Making all in module Making all in apache2 make: Fatal error: Don't know how to make target `all-

[ANNOUNCE] libapreq2-2.12 Released

2009-03-13 Thread joes
libapreq2-2.12 Released The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the 2.12 release of libapreq2. This Announcement notes significant changes introduced by this release. libapreq2-2.12 is released under the Apache License version 2.0. It

Re: [RELEASE CANDIDATE] libapreq2 2.11

2009-01-21 Thread Michael Ludwig
Issac Goldstand schrieb: The apreq developers are planning a maintenance release of libapreq2. This version addresses several bugfixes and includes new features. Please give the tarball at http://people.apache.org/~issac/libapreq2-2.11.tar.gz a try and report comments/problems/etc. to the

Re: [RELEASE CANDIDATE] libapreq2 2.11

2009-01-20 Thread Bojan Smojver
On Tue, 2009-01-20 at 11:48 +0200, Issac Goldstand wrote: > a try and report comments/problems/etc. to the apreq-dev list > at apreq-...@httpd.apache.org. t/big_requestok t/cgiok t/cookie.ok t/request31/36 # Failed test 34 in t/request.t at line 93 fai

Re: [RELEASE CANDIDATE] libapreq2 2.11

2009-01-20 Thread Joe Schaefer
+1 for me (tested on debian). - Original Message > From: Issac Goldstand > To: apreq-...@httpd.apache.org > Cc: d...@httpd.apache.org; modperl@perl.apache.org > Sent: Tuesday, January 20, 2009 4:48:30 AM > Subject: [RELEASE CANDIDATE] libapreq2 2.11 > > The

Re: [RELEASE CANDIDATE] libapreq2 2.11

2009-01-20 Thread Adam Prime
builds and tests ok on gentoo linux w/ apache 2.2.8, mod_perl 2.0.4

[RELEASE CANDIDATE] libapreq2 2.11

2009-01-20 Thread Issac Goldstand
The apreq developers are planning a maintenance release of libapreq2. This version addresses several bugfixes and includes new features. Changes since the last release version include: - Interactive CGI module [issac] Allow cgi module to interactively prompt for parameters and cookies when

Re: APR, libapreq2, mod_perl2, APR::*, Apache2::*

2009-01-08 Thread Adam Prime
Mark Hedges wrote: So where does that leave the perl binding between 2.4 and 3.0? Or will we all be running mod_parrot/mod_perl6 by then (which looks like it's made great progress since YAPC) Great, all code where '.' was the concatenator operator breaks, hurray. (?) You don't have to switch

Re: APR, libapreq2, mod_perl2, APR::*, Apache2::*

2009-01-08 Thread Mark Hedges
On Thu, 8 Jan 2009, Adam Prime wrote: > Personally, i think libapreq should be part of core httpd > (or at least a 'normal' module, and libapreq2's perl > bindings should be part of stock mod_perl. Yeah I've run into systems multiple times where the boss was

Re: APR, libapreq2, mod_perl2, APR::*, Apache2::*

2009-01-08 Thread Philip M. Gollucci
2.0.4 and libapreq2.08 we support well over 2k combinations. I'm not sure I want to fork libapreq2 and have even more. We really need more people then me following d...@httpd.a.o -- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70

Re: APR, libapreq2, mod_perl2, APR::*, Apache2::*

2009-01-08 Thread Adam Prime
Philip M. Gollucci wrote: Oh, but we started work for this in 2.4 of httpd for libapreq.so and mod_apreq.so for http core. cool after httpd 2.6/3.0 we might be able to swing the perl bindings peices. So where does that leave the perl binding between 2.4 and 3.0? Or will we all be running

Re: APR, libapreq2, mod_perl2, APR::*, Apache2::*

2009-01-08 Thread Michael Ludwig
th respect to RequestRec, RequestUtil, RequestIO, not really to do with Apache2::Request. I guess you're right. Apache::Request for mp1 is a part of libapreq, just as Apache2::Request is part of libapreq2. Maybe you realized that and i'm just misunderstanding though. I didn't -

Re: APR, libapreq2, mod_perl2, APR::*, Apache2::*

2009-01-08 Thread Philip M. Gollucci
Adam Prime wrote: Personally, i think libapreq should be part of core httpd (or at least a 'normal' module, and libapreq2's perl bindings should be part of stock mod_perl. Oh, but we started work for this in 2.4 of httpd for libapreq.so and mod_apreq.so for http core. after h

Re: APR, libapreq2, mod_perl2, APR::*, Apache2::*

2009-01-08 Thread Adam Prime
RequestRec, RequestUtil, RequestIO, not really to do with Apache2::Request. Apache::Request for mp1 is a part of libapreq, just as Apache2::Request is part of libapreq2. Maybe you realized that and i'm just misunderstanding though. Personally, i think libapreq should be part of core httpd

Re: APR, libapreq2, mod_perl2, APR::*, Apache2::*

2009-01-08 Thread Michael Ludwig
n get modperl up and running. I would recommend installing libapreq2 as well, as it exposes more functionalities that you will very likely use (especially if you're used to CGI). Or mod_perl 1.0, for that matter. Thanks for your answer, it clarifies things a bit for me, as does this thread: How

Re: APR, libapreq2, mod_perl2, APR::*, Apache2::*

2009-01-08 Thread Foo JH
modperl up and running. I would recommend installing libapreq2 as well, as it exposes more functionalities that you will very likely use (especially if you're used to CGI).

APR, libapreq2, mod_perl2, APR::*, Apache2::*

2009-01-08 Thread Michael Ludwig
Trying to locate APR::Request::Apache2 on my system, I noticed it is part of libapreq2. libapreq 2-2.07 | ModPerl | ModPerl http://www.gossamer-threads.com/lists/modperl/modperl/87199 | libapreq2 is an APR-based shared library used for parsing HTTP | cookies, query-strings and POST data. Doing

[Fwd: Re: [RELEASE CANDIDATE] libapreq2 2.10 RC1]

2008-11-12 Thread Philip M. Gollucci
new code out the door. Numerous bugs were fixed (see > the full list in the CHANGES file) since the last official release > (2.08), so please give us feedback on this release candidate. > > You can get the tarball, its signature and MD5 checksum from here: > > http://people.apac

Re: [libapreq2] Should there be two temp (spool) files?

2008-09-24 Thread Ryan Gies
On Wed, 24 Sep 2008 12:07:23 -0700 (PDT) Joe wrote: > > 1) Apache2::Request->new() > > 2) $r->add_input_filter() > > 3) $r->discard_request_body() > > Why are you doing step 2? You shouldn't need to add an > input filter for apreq to work. Step 2 is Apache2::UploadProgress::track_progress

Re: [libapreq2] Should there be two temp (spool) files?

2008-09-24 Thread Joe Schaefer
wapping steps 2 & 3 will yield same error. > If calling > $r->discard_request_body() like this is not commonly > known to work maybe > I should follow-up with the libapreq2 development list? If > this is > known to work then obviously I need to isolate error. It's known to work for

Re: [libapreq2] Should there be two temp (spool) files?

2008-09-24 Thread Ryan Gies
body() Swapping steps 2 & 3 will yield same error. If calling $r->discard_request_body() like this is not commonly known to work maybe I should follow-up with the libapreq2 development list? If this is known to work then obviously I need to isolate error.

Re: [libapreq2] Should there be two temp (spool) files?

2008-09-24 Thread Joe Schaefer
--- On Wed, 9/24/08, Ryan Gies <[EMAIL PROTECTED]> wrote: > When I post a multipart-form request I see two files being > written > in my temp directory: > > -rw--- 1 ryan users 8318656 2008-09-24 10:51 > apreqK5Oiyc > -rw--- 1 ryan users 8318484 2008-09-24 10:51 > apreqQ1qs6C >

  1   2   3   4   >