>
> Hi,
>
> I've just joined the list looking for an answer to this. A couple of
> others have posted the same problem but I couldn't find any answers.
>
> I'm running RH6.2 with standard Apache, perl and mod_perl rpms. I'm
> hitting a brick wall if I include a 'PerlModule Apache::DBI' line in
> h
>
> just DBI. try
>
> PerlModule DBI
> PerlModule Apache::DBI
yuk, of course that's backwards...
PerlModule Apache::DBI
PerlModule DBI
sorry...
--Geoff
> -Original Message-
> From: James Croft [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 15, 2001 8:23 AM
> To: Stas Bekman
> Cc: [EMAIL PROTECTED]
> Subject: Re: Apache::DBI missing methods?!
>
>
> On Tue, 15 May 2001, Stas Bekman wrote:
>
> >
On Tue, 15 May 2001, Stas Bekman wrote:
> > Can't locate object method "module" via package "Apache" at
> > /usr/lib/perl5/site_perl/5.005/Apache/DBI.pm line 202. BEGIN
> > failed--compilation aborted at ./test.pl line 4.
> >
> > Which must be what's frying httpd.
> >
> > Does anyone know what's
I don't know if there is a downside (perhaps I can't use status?),
but when I commented out the 'Apache::Status->menu_item( ...'
section, it seemed to work ok.
Tim
>On Tue, 15 May 2001, James Croft wrote:
>
>>
>> Hi,
>>
>> I've just joined the list looking for an answer to this. A couple of
On Tue, 15 May 2001, James Croft wrote:
>
> Hi,
>
> I've just joined the list looking for an answer to this. A couple of
> others have posted the same problem but I couldn't find any answers.
>
> I'm running RH6.2 with standard Apache, perl and mod_perl rpms. I'm
> hitting a brick wall if I inclu