Re: Apache::DBI problem and writting a perl module!!!

2001-01-10 Thread R. K . Mallah
I faced the same problem and had posted similar email but I found an workaround that is there in the posting. I get following error when i do perl -e 'use Apache::Status;use Apache::DBI' Can't locate object method "module" via package

Re: Apache::DBI problem and writting a perl module!!!

2001-01-10 Thread R. K . Mallah
ost the exact problem u are facing, Regards Mallah. Stas Bekman wrote: On Wed, 10 Jan 2001, R. K . Mallah wrote: > I faced the same problem and had posted similar email > but I found an workaround that is there in the posting. > > > >

Problem in loading Apache::DBI

2000-12-19 Thread R. K . Mallah
I get following error when i do perl -e 'use Apache::Status;use Apache::DBI' Can't locate object method "module" via package "Apache" at /usr/lib/perl5/site_perl/5.6.0/Apache/DBI.pm line 202. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. the problem