Re: Installing modules

2001-11-04 Thread Steve Piner
John Michael wrote: > Where can I find information on how to install modules like: > Apache::Request libapreq-0.33.tar.gz > Apache::DBIApacheDBI-0.88.tar.gz > > Would I install these as regular perl modules or are they installed as > apache modules? They are regular perl modul

Re: Installing modules

2001-11-03 Thread Ged Haywood
Hi there, On Sat, 3 Nov 2001, John Michael wrote: > Where can I find information on how to install modules like: > Apache::Request libapreq-0.33.tar.gz > Apache::DBIApacheDBI-0.88.tar.gz The CPAN shell can do it all automatically for you. perl -MCPAN -eshell You need to be c

Installing modules

2001-11-03 Thread John Michael
exactly sure where to start. I installed apache and mod-perl when I setup the server with redhat by basiacally picking them out of a list.  I have no experience compiling, building, or installing modules.   Thanks John michael