Re: Installing new modules via CPAN?

2001-03-29 Thread G.W. Haywood
Hi there, On Thu, 29 Mar 2001, Bolt Thrower wrote: Can't locate object method "module" via package "Apache" at /usr/lib/perl5/site_perl/5.005/Apache/DBI.pm line 202. It seems that something doesn't like the Apache-module() call, which wouldn't be available unless it's actually in a

Re: Installing new modules via CPAN?

2001-03-29 Thread Victor Michael Blancas
On Thu, 29 Mar 2001, Bolt Thrower wrote: I've got a working mod_perl installation on a Linux 2.2.14 / Apache/1.3.17 (Unix) mod_perl/1.25 / perl 5.005_03 machine. I'm trying to install Apache::AuthCookieDBI via my CPAN shell, and I keep getting errors of the sort: Can't locate object

Re: Installing new modules via CPAN?

2001-03-29 Thread Bolt Thrower
Victor Michael Blancas wrote: So how am I supposed to install Apache::AuthCookieDBI via the CPAN shell? Thanks, `perl -MCPAN -e "install Apache::AuthCookieDBI"` Yes, that was the implied first step that was giving me trouble in the first place, and the reason for my initial

Installing new modules via CPAN?

2001-03-28 Thread Bolt Thrower
I've got a working mod_perl installation on a Linux 2.2.14 / Apache/1.3.17 (Unix) mod_perl/1.25 / perl 5.005_03 machine. I'm trying to install Apache::AuthCookieDBI via my CPAN shell, and I keep getting errors of the sort: Can't locate object method "module" via package "Apache" at