On Wed, 2005-01-05 at 09:56 -0500, Stas Bekman wrote:
> Ay, for some reason I thought that this was tested for. Pleaes try this patch:
>
> Index: t/conf/post_config_startup.pl
> ===================================================================
> --- t/conf/post_config_startup.pl (revision 124181)
> +++ t/conf/post_config_startup.pl (working copy)
> @@ -69,7 +69,8 @@
> eval { require Apache::SizeLimit };
> if ($@) {
> # unsupported platform
> - die $@ unless $@ =~ /Apache::SizeLimit not implemented on/;
> + die $@ unless $@ =~ /Apache::SizeLimit not implemented on/
> + or $@ =~ /you must install BSD::Resource/;
> }
> }
I can standardize these messages if it will help.
- Perrin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]