> > > From: Geoffrey Young [mailto:[EMAIL PROTECTED]]
> > > you need both, DBI and Apache::DBI, with DBI loaded first...
> >
> > I tried this, but I still get the same error.
>
> sorry, I gave you bad information - Apache::DBI needs to be
> loaded first...
> it was late :)
That's okay- I've tried it both ways, and I get the same result.
>
> use Apache::DBI;
> use DBI;
>
> > >
> > > see the Apache::DBI manpage for more detail
> >
> > That man page is the same as the DBI manpage- it doesn't include
> > any modperl specific information.
>
> um, not so... man Apache::DBI and man DBI should definitely
> yield different
> results.
So Apache/DBI.pm must be installed incorrectly on my system.
It's supposed to be different from the DBI.pm?