Stas,
I got the CVS tonight and the make was great! A new error on make test
however:
[EMAIL PROTECTED]:/store/modperl-2.0> make test

        cd "src/modules/perl" && make -f Makefile.modperl

Target "all" is up to date.

        /usr/local/bin/perl -Iblib/arch/Apache2 -Iblib/lib/Apache2  t/TEST
-clean

*** setting ulimit to allow core files

ulimit -c unlimited; t/TEST -clean

Error in option spec: "verbose:1"

make: 1254-004 The error code from the last command is 255.

 

 

Stop.       

Thanks.                                                                    

-----Original Message-----
From: Stas Bekman [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 7:21 PM
To: ODELL, TODD E (SWBT)
Cc: '[EMAIL PROTECTED]'
Subject: Re: Mod_perl 1.99_09dev on AIX4.3.3


ODELL, TODD E (SWBT) wrote:
> Stas,
> The output of  perl -V:ld -V:cc is:
>  ld='ld'
>  cc='cc' the cc is the IBM Visual Age C (vac.C        4.4.0.3)

Thanks.

> I grabbed the CVS last night after reading msg: 50776 (regarding the
> TestHooks::init::first) to see if the errors would disappear. When I ran
> make I remembered there was a small edit for the make to work. In the
> Makefile and ModPerl-Registry/Makefile there was an undefined FULLPERLRUN.
> When I changed the FULLPERLRUN to FULLPERL it was fine. 
> Didn't know where that would be in the a Makefile.PL, or elsewhere. 

Thanks, Todd. That has been fixed in cvs. Please test again.

> [Wed Mar 26 11:59:18 2003] [error] failed to resolve handler
> `TestHooks::init::first'
> [Wed Mar 26 11:59:18 2003] [error] [client 127.0.0.1] Can't locate
> TestHooks/init/first.pm in @INC (@INC contains: /store/modperl-2.0/t

What happens if you add:

PerlModule TestHooks::init somewhere in t/conf/httpd.conf after mod_perl.so
is 
loaded and then run 't/TEST' (not 'make test' as it'll overwrite 
t/conf/httpd.conf)

__________________________________________________________________
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