[rt-users] Error starting Apache...

alesh at opensource-technologies.com alesh at opensource-technologies.com
Sat Feb 2 12:38:09 EST 2002


Olav,

you actually answered your question already...

DBI.pm isn't located anywhere in ther @INC paths:

/usr/lib/perl5/5.6.0/i386-linux
/usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386-linux
/usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl
/etc/httpd/
/etc/httpd/lib/perl

Try either reinstalling DBI.pm by hand compiling it (perl Makefile.PL, make, make test, make install) or make a symlink (not the best solution!) so it points to the DBI.pm where it is located... ln -s /usr/lib/perl/site_perl/5.6.0/i386-linux/DBI.pm /usr/lib/perl5/5.6.0/i386-linux/DBI.pm .

That should fix your problem.

Regards,
Alesh

On Sat, 2 Feb 2002, Olav [ISO-8859-1] Lindkjølen wrote:

> Date: Sat, 02 Feb 2002 17:44:26 +0100
> From: "Olav [ISO-8859-1] Lindkjølen" <olav.lind at online.no>
> To: "Olav [ISO-8859-1] Lindkjølen" <olav.lind at online.no>
> Cc: rt-users at lists.fsck.com
> Subject: Re: [rt-users] Error starting Apache...
>
> > Can't locate Apache/DBI.pm in @INC (@INC contains:
> > /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
> > /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0
> > /usr/lib/perl5/site_perl . /etc/httpd/ /etc/httpd/lib/perl) at (eval 4)
>
> I just checked, and DBI.pm is located on 3 places:
>
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/DBI.pm
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/bundle/DBI.pm
> /usr/lib/perl5/site_perl/5.6.0/Apache/Session/Store/DBI.pm
>
> It should find the first one right, cause this one is in @INC above. So
> I guess it is a permission problem, or what?
>
> Olav!
>
>
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
>





More information about the rt-users mailing list