On Mon, 4 Oct 1999, Morten Bøgeskov wrote:
>
> Hello... and Help...
>
> I've been trying to install mod_perl and Apache_1.3.9 on my mandrake
> distribution, but thinga are not alle that well..
> Compiled apache and mod_perl (dso) with no problem... however..
> If I use the ``use Apache::Util qw(:all);''-statement, I get this
> in my error_log:
> [Mon Oct 4 08:23:12 1999] [error] Can't locate loadable object for module
> Apache::Util in @INC (@INC contains: /usr/lib/perl5/5.00503/i386-linux
you need to give mod_perl's Makefile.PL PERL_UTIL_API=1 or EVERYTHING=1 or
DYNAMIC=1 to enable Apache::Util
-Doug