Re: [Apache-dispatch-devel] Fwd: SF.net SVN: apache-dispatch: [50]trunk
Brought to you by:
geoffrey_young,
phred_moyer
|
From: Geoffrey Y. <ge...@mo...> - 2006-08-30 14:15:29
|
> I've tried an install here on a different system and it barked a bit about > couldn't finding Apache::Test but then built properly. I built > Apache::SizeLimit trunk in the same conditions and it refused to build > because it couldn't find a mod_perl enabled Apache. hmm, that's odd. > > Any thoughts on these test results? they seem ok :) when I gave it a runthrough I met this problem when testing against mp1 [geoff@spinnaker Apache-Dispatch-svn]$ perl Makefile.PL -httpd /usr/local/apache/bin/httpd && make && make test [ info] generating script t/TEST Using mod_perl/2.000003 ... t/TEST -bugreport -verbose=0 /usr/local/apache/bin/httpd -d /src/Apache-Dispatch-svn/t -f /src/Apache-Dispatch-svn/t/conf/httpd.conf -D APACHE1 -D PERL_USEITHREADS using Apache/1.3.36 waiting 60 seconds for server to start: .Syntax error on line 18 of /src/Apache-Dispatch-svn/t/conf/extra.last.conf: Can't locate loadable object for module Apache::Dispatch in @INC so, the problem is that I didn't use MOD_PERL=1 in my build args. which I kinda remembered about, but I'm pretty sure a random user would be very confused by the message - the mp2 line above was my only clue after staring at the error for a few minues. so you might want to think about that a bit. but other than that I think sufficient work has gone into this that you should feel to release whenever the moment strikes you. as long as you keep the current CPAN version available in case things go awry, there's no real reason to hold off I'd think. and, you should be rewarded for all your hard work :) --Geoff |