It's my fault for not being more specific. use lib is a Perl pragma
(like use strict and use warnings). Here is the relevant perldoc:
NAME
lib - manipulate @INC at compile time
SYNOPSIS
use lib LIST;
no lib LIST;
DESCRIPTION
This is a small simple module
use lib '/usr/lib/perl5/site_perl/';
will put it at the head of the lib search path.
On Tue, 2002-02-26 at 06:59, Dermot Paikkos wrote:
> Hi gurus,
>
> I am trying to get mod_perl installed - yes I am about to get serious
> with perl - and have hit a very small snag.
>
> Apache will not re-s
Hi gurus,
I am trying to get mod_perl installed - yes I am about to get serious
with perl - and have hit a very small snag.
Apache will not re-start because there is a missing module, AuthDBI.
However the module is installed, it is located at:
/usr/lib/perl5/site_perl/Apache/AuthDBI.pm
But it