Re: make errors with mod_perl-1.99_08 on aix 4.3.3 & 5.1

2003-03-23 Thread Stas Bekman
I've applied some fixes for mod_perl to build on aix. I could only test with aix 5.1 on powerpc. Please test that things work on other configurations. __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://staso

Re: [mp2] CGI redirects incorrectly handled?

2003-03-23 Thread Stas Bekman
The difference between mod_cgi and mod_perl is that mod_cgi does not activate the filter brigade until it has read all the headers. But in the case of mod_perl, this "event" is valid only for handlers which print their own headers, rather than using mod_perl API to set them. In the generic cas

Re: [mp2] CGI redirects incorrectly handled?

2003-03-23 Thread Mark James
Stas Bekman wrote: Since the mod_perl's internal STDOUT buffer isn't mangled if you re-tie it later, and it'll be always flushed at the end of the request, there is no *need* to flush on CLOSE. However in order to be consistent with perl fh close behavior, it probably needs to be changed to flu

Re: run_access_check

2003-03-23 Thread Stas Bekman
Jie Gao wrote: Hi All, I am getting the following error mesg: Can't locate object method "run_access_checker" via package "Apache::RequestRec" at /usr/local/perl-5.8.0_threaded/lib/site_perl/5.8.0/xxx/.pm for the section: sub handler { my Apache::Connection $c = shift; my APR::Socke

run_access_check

2003-03-23 Thread Jie Gao
Hi All, I am getting the following error mesg: Can't locate object method "run_access_checker" via package "Apache::RequestRec" at /usr/local/perl-5.8.0_threaded/lib/site_perl/5.8.0/xxx/.pm for the section: sub handler { my Apache::Connection $c = shift; my APR::Socket $socket = $c

Re: [mp2] CGI redirects incorrectly handled?

2003-03-23 Thread Stas Bekman
Mark James wrote: Stas Bekman wrote: Mark James wrote: STDOUT is flushed prior to a fork to exec an external binary (rcs). I understand the cause. But I hope that you agree with me that this is an application's problem. If you haven't sent anything to STDOUT yet, don't flush. And if this is n

Apache::GD::Thumbnail Question

2003-03-23 Thread Steven A. Adams
Does anyone use this handler to make on-the-fly thumbs? I've used the standard example code in my apache (1.3.27 with MP1) and it seems to ignore the handler. Any suggestions? -- Steven A. Adams <[EMAIL PROTECTED]>

Re: [mp2] CGI redirects incorrectly handled?

2003-03-23 Thread Mark James
Stas Bekman wrote: Mark James wrote: STDOUT is flushed prior to a fork to exec an external binary (rcs). I understand the cause. But I hope that you agree with me that this is an application's problem. If you haven't sent anything to STDOUT yet, don't flush. And if this is not under your control,

Re: MP2 - New Install - Make Test Errors - Resolved

2003-03-23 Thread Stas Bekman
Chris Faust wrote: Thanks for the fixes Stas, I appear to be up and running now.. Just a FYI for reference, I updated the source via CVS and tried it again. That time around I didn't get the TestConfig error but I got pretty much all the same errors that I got on the first (non-cvs) build where i

ANNOUNCE: Bricolage-Devel 1.5.1

2003-03-23 Thread David Wheeler
The Bricolage team is pleased to announce the release of Bricolage-Devel 1.5.1, a beta release for what will soon become Bricolage 1.6.0. In addition to all of the new features of the 1.5.0 release, this version of the open-source content management system fixes many bugs and adds many new feature

ANNOUNCE: Bricolage-Devel 1.5.1

2003-03-23 Thread David Wheeler
The Bricolage team is pleased to announce the release of Bricolage-Devel 1.5.1, a beta release for what will soon become Bricolage 1.6.0. In addition to all of the new features of the 1.5.0 release, this version of the open-source content management system fixes many bugs and adds many new feature

RE: MP2 - New Install - Make Test Errors - Resolved

2003-03-23 Thread Chris Faust
Thanks for the fixes Stas, I appear to be up and running now.. Just a FYI for reference, I updated the source via CVS and tried it again. That time around I didn't get the TestConfig error but I got pretty much all the same errors that I got on the first (non-cvs) build where it couldn't find ini