Installation Help!!
|
|
By diwolf , Section Help! [] Posted on Mon Mar 04, 2002 at 12:00:00 PM PST
|
|
I've tried and tried and tried. I've narrowed down the problems. I'm at a loss as to what I've missed.
Here's the scoop.. When I comment out (in startup.pl) the following lines, EVERYTHING loads up, apache works, etc.. BUT, the site doesn't work (for obvious reasons). When I uncomment the same lines, Apache loads and the promptly dies.
|
The lines are:
use Apache::DBI;
use DBI qw();
use Apache::Session::MySQL qw();
OBVIOUSLY it's a DBI problem. BUT, I have another site running 100% perfectly using DBI. So, what gives?
In the error log, I see this:
<<ApacheHandler:>> I've got this one...
Scoop::ApacheHandler::handler('Apache=SCALAR(0x854af3c)') called at /dev/null line 0
eval {...} called at /dev/null line 0
[Sun Mar 3 23:10:34 2002] [error] Can't locate object method "connect" via package "DBI" (perhaps
you forgot to load "DBI"?) at /var/www/scoop/lib/Scoop.pm line 678.
So, why does DBI die a painful death? Why doesn't scoop want to run? Please help me!
|
|
Story Views
|
38 Scoop users have viewed this story.
|
|