Stas,
MUCH Better!
I got and tested the CVS an hour ago and it will get through the make test
with only one fail:
Failed Test                   Status Wstat Total Fail  Failed  List of
Failed
----------------------------------------------------------------------------
----
modperl/request_rec_tie_api.t                  3    1  33.33%  1
4 tests skipped.
*** server loopback:8529 shutdown
!!! error running tests (please examine t/logs/error_log)
make: 1254-004 The error code from the last command is 1.

In the t/logs/error_log I was seeing:
exec(): 0509-036 Cannot load program /apache3/bin/httpd because of the
following errors:
        0509-150   Dependent module /apache3/lib/libaprutil-0.so could not
be loaded.
        0509-022 Cannot load module /apache3/lib/libaprutil-0.so.
        0509-026 System error: The file access permissions do not allow the
specified action.

But after I changed owner from root to nobody it seemed ok. Then I did the
same thing for libapr-0.so.

Now the only odd looking thing in t/logs/error_log is:
[Thu Mar 27 20:02:48 2003] [error] failed to resolve handler
`TestError::syntax'
[Thu Mar 27 20:02:48 2003] [error] [client 127.0.0.1] syntax error at
/store/modperl-2.0/t/response/TestError/syntax.pm line 17, near "\;"

Compilation failed in require at (eval 98) line 3.


thanks!
Todd

-----Original Message-----
From: Stas Bekman [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 4:19 PM
Cc: ODELL, TODD E (SWBT); '[EMAIL PROTECTED]'
Subject: Re: Mod_perl 1.99_09dev on AIX4.3.3


Stas Bekman wrote:
> ODELL, TODD E (SWBT) wrote:
[...]
>> ulimit -c unlimited; t/TEST -clean
>>
>> Error in option spec: "verbose:1"
>>
>> make: 1254-004 The error code from the last command is 255.
> 
> 
> hmm, I've added yesterday a support for
> make test TEST_VERBOSE=1 TEST_FILES=...,
> 
> this is a problem with Getopt::Long, looks like you have an older 
> version, which doesn't support this feature (it was added in 2.27). 
> Though don't upgrade. Let's see if this can be workarounded, since many 
> others have older version of this module. Try this patch:

sorry, that patch wasn't complete, as I haven't removed the rule itself.
I've 
now committed the right fix to cvs. Please test it.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to