Re: problem with build on AIX 6.1

2009-10-07 Thread Michael Felt
Rainer Jung wrote: On 06.10.2009 20:01, Michael Felt wrote: Hello all, I am trying to get a build made on AIX 6.1. And I suspect the problem I am having is the root cause of the problems people are reporting regarding can't make .so files when using AIX 6.1 (p.s. the quick fix is to compile

[VOTE] release httpd mod_fcgid-2.3.3?

2009-10-07 Thread William A. Rowe, Jr.
Even quicker on the heels of the abortive attempt to release mod_fcgid 2.3.2, we have another candidate for your consideration, with many, many improvements to docs and directive names! Please fetch up the newly minted mod_fcgid-2.3.3.tar.gz (or bz2) or the win32/netware suitable package

Re: problem with build on AIX 6.1

2009-10-07 Thread Niklas Edmundsson
On Tue, 6 Oct 2009, Michael Felt wrote: I don't have an AIX system at hand at the moment, but last time I build on AIX 6.1 I was astonished, that they used .a as a suffix for shared libs. They have two types of shared libs, depending on when symbol resolution is done. snip btw: I believe AIX

Re: [VOTE] release httpd mod_fcgid-2.3.3?

2009-10-07 Thread Jeff Trawick
On Wed, Oct 7, 2009 at 5:51 AM, William A. Rowe, Jr. wr...@rowe-clan.net wrote: Even quicker on the heels of the abortive attempt to release mod_fcgid 2.3.2, we have another candidate for your consideration, with many, many improvements to docs and directive names! Please fetch up the newly

Re: svn commit: r822670 - /httpd/mod_fcgid/trunk/Makefile.apxs

2009-10-07 Thread William A. Rowe, Jr.
traw...@apache.org wrote: Author: trawick Date: Wed Oct 7 11:29:52 2009 New Revision: 822670 URL: http://svn.apache.org/viewvc?rev=822670view=rev Log: fix make install syntax error on at least OpenSolaris and Linux Modified: httpd/mod_fcgid/trunk/Makefile.apxs Modified:

Re: svn commit: r822670 - /httpd/mod_fcgid/trunk/Makefile.apxs

2009-10-07 Thread Jeff Trawick
On Wed, Oct 7, 2009 at 7:45 AM, William A. Rowe, Jr. wr...@rowe-clan.net wrote: traw...@apache.org wrote: Author: trawick Date: Wed Oct  7 11:29:52 2009 New Revision: 822670 URL: http://svn.apache.org/viewvc?rev=822670view=rev Log: fix make install syntax error on at least OpenSolaris and

Re: svn commit: r822670 - /httpd/mod_fcgid/trunk/Makefile.apxs

2009-10-07 Thread William A. Rowe, Jr.
Jeff Trawick wrote: As far as repairing, I switched to the syntax used elsewhere in the makefile. But I'll try the other syntax very shortly. IIRC that syntax was selected to avert the makefile from aborting in case of failure. As it now stands, we check the file existence. But that

Re: svn commit: r822670 - /httpd/mod_fcgid/trunk/Makefile.apxs

2009-10-07 Thread Jeff Trawick
On Wed, Oct 7, 2009 at 8:04 AM, William A. Rowe, Jr. wr...@rowe-clan.net wrote: Jeff Trawick wrote: As far as repairing, I switched to the syntax used elsewhere in the makefile.  But I'll try the other syntax very shortly. IIRC that syntax was selected to avert the makefile from aborting in

Re: svn commit: r822670 - /httpd/mod_fcgid/trunk/Makefile.apxs

2009-10-07 Thread William A. Rowe, Jr.
Jeff Trawick wrote: On Wed, Oct 7, 2009 at 8:04 AM, William A. Rowe, Jr. wr...@rowe-clan.net wrote: Jeff Trawick wrote: As far as repairing, I switched to the syntax used elsewhere in the makefile. But I'll try the other syntax very shortly. IIRC that syntax was selected to avert the

Re: svn commit: r822670 - /httpd/mod_fcgid/trunk/Makefile.apxs

2009-10-07 Thread Jeff Trawick
On Wed, Oct 7, 2009 at 8:26 AM, William A. Rowe, Jr. wr...@rowe-clan.net wrote: Jeff Trawick wrote: On Wed, Oct 7, 2009 at 8:04 AM, William A. Rowe, Jr. wr...@rowe-clan.net wrote: Jeff Trawick wrote: As far as repairing, I switched to the syntax used elsewhere in the makefile.  But I'll try

Re: svn commit: r822670 - /httpd/mod_fcgid/trunk/Makefile.apxs

2009-10-07 Thread William A. Rowe, Jr.
Jeff Trawick wrote: I guess this is what you're looking for? Thanks Jeff, that works for me.

Re: svn commit: r822734 - /httpd/mod_fcgid/trunk/Makefile.apxs

2009-10-07 Thread Jeff Trawick
On Wed, Oct 7, 2009 at 9:37 AM, traw...@apache.org wrote: Author: trawick Date: Wed Oct  7 13:37:09 2009 New Revision: 822734 URL: http://svn.apache.org/viewvc?rev=822734view=rev Log: fix syntax error in make install as was intended previously, errors modifying conf files are not fatal,

Re: svn commit: r822094 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c

2009-10-07 Thread Chris Darroch
Jeff Trawick wrote: FCGIDOutputBufferSize - FCGIDResponseBufferSize FCGIDBusyTimeout - FCGIDRequestTimeout FCGIDBusyScanInterval - FCGIDRequestTimeoutScanInterval (unfortunate name for unfortunate concept) Hmm ... can't say I have any opinion on those, really. I suppose Response is

Re: svn commit: r822094 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c

2009-10-07 Thread Jeff Trawick
On Wed, Oct 7, 2009 at 10:05 AM, Chris Darroch chr...@pearsoncmg.com wrote: Jeff Trawick wrote: FCGIDOutputBufferSize - FCGIDResponseBufferSize FCGIDBusyTimeout - FCGIDRequestTimeout FCGIDBusyScanInterval - FCGIDRequestTimeoutScanInterval (unfortunate name for unfortunate concept)  Hmm

Re: problem with build on AIX 6.1

2009-10-07 Thread Michael Felt
You sound much better versed than I. However, next week when I am back I'll go thru my obscure and see if I can find anything to help me understand. Someone in IBM probably had a reason for being different (i.e. COFF versus ELF). I just hope to understand it well enough to be able to be able to

Re: problem with build on AIX 6.1

2009-10-07 Thread Jeff Trawick
On Wed, Oct 7, 2009 at 10:27 AM, Michael Felt mamf...@gmail.com wrote: You sound much better versed than I. However, next week when I am back I'll go thru my obscure and see if I can find anything to help me understand. Someone in IBM probably had a reason for being different (i.e. COFF versus

Re: problem with build on AIX 6.1

2009-10-07 Thread Michael Felt
I have differences in the following files, and all related to Darwin it seems: httpd-2.2.14a/srclib/apr/configure httpd-2.2.14a/srclib/apr/build/libtool.m4 httpd-2.2.14a/srclib/apr-util/xml/expat/aclocal.m4 httpd-2.2.14a/srclib/apr-util/xml/expat/configure What I also notice is that config.guess

Re: problem with build on AIX 6.1

2009-10-07 Thread Michael Felt
I had, as an experiment tried xlC and a LDFLAG I had been using for php builds (-blibpath:xxx) was not accepted as an argument. I'll try xlc and xlc_r and see if I can spot differences. On Wed, Oct 7, 2009 at 4:34 PM, Jeff Trawick traw...@gmail.com wrote: On Wed, Oct 7, 2009 at 10:27 AM,

Re: problem with build on AIX 6.1

2009-10-07 Thread Michael Felt
Rainer - give the man a cigar - or would you prefer a beer, or some other beverage! Replacing config.guess seems to fix it all. == mich...@x054:[/data/prj/httpd-2.2.14]./httpd -t [Wed Oct 07 15:31:52 2009] [warn] module headers_module is already loaded, skipping Syntax OK

Making a binary distribution package... for AIX

2009-10-07 Thread Michael Felt
Many thanks for the assistence with getting the build process to work on AIX 6.1. The next step for me is to work on creating a binary distribution image - and maybe I should pose this question elsewhere. If so, point me there and I'll leave you in peace (for now). = New question:

Re: svn commit: r821477 - in /httpd/httpd/trunk: CHANGES modules/http/byterange_filter.c modules/http/http_filters.c server/core_filters.c

2009-10-07 Thread Stefan Fritsch
On Sunday 04 October 2009, Nick Kew wrote: Good summary. I have taken the absence of further replies as agreement and commited the patch to util_filter.h.

Re: libapreq 2.12 failing with apache 2.2.14

2009-10-07 Thread Mark Hedges
If you were referring to 5.10*, I can't use that version because of certain bugs that haven't been fixed - they keep throwing errors in my app. Duh yeah that's what I meant. I know with 5.8.8 there were a lot of problems because of a bug in ExtUtils::ParseXS, there was a recent fix that was

Re: Making a binary distribution package... for AIX

2009-10-07 Thread Graham Leggett
Michael Felt wrote: New question: that will mean homework I suspect. As I mentioned before, I am interested in creating a build that other people could install. Having one is the only way to see how big a need, if any exists, for a prebuilt AIX opensource httpd server. I suppose I could

Re: svn commit: r822870 - in /httpd/httpd/trunk: CHANGES include/util_filter.h

2009-10-07 Thread Jim Jagielski
Does this *really* require a CHANGES entry?? On Oct 7, 2009, at 3:35 PM, s...@apache.org wrote: Author: sf Date: Wed Oct 7 19:35:09 2009 New Revision: 822870 URL: http://svn.apache.org/viewvc?rev=822870view=rev Log: Update comments in util_filter.h about bucket and brigade ownership to

Re: Making a binary distribution package... for AIX

2009-10-07 Thread Michael Felt
I'll have to look into the exact format of the files to make it something the AIX installer can work with - these are extra files. bff stands for backup file format. rather than being a tarball it is a file created by backup (backupbyfilename). a rough approximation of how the file would be

Re: svn commit: r822870 - in /httpd/httpd/trunk: CHANGES include/util_filter.h

2009-10-07 Thread Stefan Fritsch
On Wednesday 07 October 2009, Jim Jagielski wrote: Does this really require a CHANGES entry?? No. There is at least one other CHANGES entry about a changed comment, though.

Re: svn commit: r822870 - in /httpd/httpd/trunk: CHANGES include/util_filter.h

2009-10-07 Thread Jeff Trawick
On Wed, Oct 7, 2009 at 3:53 PM, Jim Jagielski j...@jagunet.com wrote: Does this *really* require a CHANGES entry?? no On Oct 7, 2009, at 3:35 PM, s...@apache.org wrote: Author: sf Date: Wed Oct  7 19:35:09 2009 New Revision: 822870 URL: http://svn.apache.org/viewvc?rev=822870view=rev

Re: Making a binary distribution package... for AIX

2009-10-07 Thread Michael Felt
A sample of instructions I would follow are here: http://pware.hvcc.edu/PwarePackagingGuide.pdf. I just do not intend to call it pware.* but something different. Naming is so hard! On Wed, Oct 7, 2009 at 9:56 PM, Michael Felt mamf...@gmail.com wrote: I'll have to look into the exact format of

Re: Making a binary distribution package... for AIX

2009-10-07 Thread Michael Felt
And then some links into IBM: http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.install/doc/insgdrf/sw_pkg_creation.htm http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.cmds/doc/aixcmds3/mkinstallp.htm And the example file mentioned is attached

Re: DAV Provider Patch

2009-10-07 Thread Graham Leggett
Brian J. France wrote: Sorry for the delay in response to this, life got in the way. I have updated the patch here: http://www.brianfrance.com/software/apache/dav/dav-provider-3.diff This patch doesn't break binary compatibility (adds the functions to the end of the struct) and adds

Re: DAV Provider Patch

2009-10-07 Thread Brian J. France
On Oct 7, 2009, at 5:37 PM, Graham Leggett wrote: Brian J. France wrote: Sorry for the delay in response to this, life got in the way. I have updated the patch here: http://www.brianfrance.com/software/apache/dav/dav-provider-3.diff This patch doesn't break binary compatibility (adds the