Re: Testing libapreq

2002-12-30 Thread Joe Schaefer
David Wheeler [EMAIL PROTECTED] writes:

[...]

 Dammit, what are you doing to this thing, Ken? ;-) I've never had a 
 problem with the patch before, and the new version of it worked for me 
 on Jaguar. Very strange.
 
 Joe, any idea what could be causing the errors that Ken is getting?

Nope :-(.  It doesn't look like the apreq patch is causing the 
errors.  It looks more like apache's APACI is hosed on his machine.
I'd recommend retrying with a fresh apache tree, maybe even from 1.3's 
latest cvs.

-- 
Joe Schaefer



libapreq-1.1 Release Candidate 1

2002-11-25 Thread Joe Schaefer

The apreq developers are planning a maintenance release of
libapreq-1.1.  This version does not include support for
modperl-2, but it does address some outstanding problems in
1.0:

  * OS X support
  * perl 5.8 segfaults related to file uploads.

Please give the tarball at 

  http://www.apache.org/~joes/libapreq-1.1_rc1.tar.gz

a try and report comments/problems/etc. to the apreq-dev list
at [EMAIL PROTECTED]  There are special build 
instructions for OS X, so be sure to have a look at 

  http://www.apache.org/~joes/

for details on OS X support.  We'll be patching the INSTALL  
README documents based on OS X user feedback.

Note:  We really could use more volunteers participating
in apreq-dev, especially folks with OS X experience.  Even though
libapreq is a small (ASF) project, there's plenty of work to be 
done- both in improving/supporting the libapreq-1.x codebase as
well as porting apreq to modperl-2.

Thanks.

-- 
Joe Schaefer



Re: SUCCESS: libapreq working in Mac OS X

2002-02-22 Thread Joe Schaefer

Ged Haywood [EMAIL PROTECTED] writes:

 Hi there,
 
 On 22 Feb 2002, Joe Schaefer wrote:

3) Install libapreq.so.1.0.0 (to /usr/local/lib) using:
  
  % ./configure
  % make
  % make install
  
4) Now install Apache::Request and Apache::Cookie using
  
  % perl Makefile.PL
  % make
  % make install
 
 Should that be
 
 % make
 % su
 # make install

Sure.

-- 
Joe Schaefer