Re: PerlIO :APR / apr_file_open() flag issue

2009-04-25 Thread Jeff Trawick
mp; APR_WRITE) { } *else* { *return* APR_EACCES; } -- Forwarded message -- From: "Philippe M. Chiasson" To: Marc Adkins Date: Mon, 20 Apr 2009 23:51:57 -0400 Subject: Re: PerlIO :APR / apr_file_open() flag issue On 20/04/09 19:59 , Marc Adkins wrote: > Originally posted to

Re: PerlIO :APR / apr_file_open() flag issue

2009-04-22 Thread Marc Adkins
So are there no work-arounds for this? I notice that there seems to be only the PerlIO interface to the APR file I/O functionality. If there was a more direct Perl API (wherein I could pass the flags I want) this wouldn't be an issue. Philippe M. Chiasson wrote: On 20/04/09 19:59 , Marc Adk

Re: PerlIO :APR / apr_file_open() flag issue

2009-04-20 Thread Philippe M. Chiasson
On 20/04/09 19:59 , Marc Adkins wrote: > Originally posted to the APR dev list. The response (from jTrawick) was > as follows: > > The Perl code that builds the apr_file_open() flags needs to turn on > APR_WRITE. > > I think that this patch to mod_perl is what you need: > > ---

PerlIO :APR / apr_file_open() flag issue

2009-04-20 Thread Marc Adkins
Originally posted to the APR dev list. The response (from jTrawick) was as follows: The Perl code that builds the apr_file_open() flags needs to turn on APR_WRITE. I think that this patch to mod_perl is what you need: --- modperl_apr_perlio.c.orig2007-12-31 02:39:50.0