Re: Install problems

2001-11-03 Thread Ged Haywood
Hi there, On Sat, 3 Nov 2001, John Michael wrote: > It looks like in the file apache_request.c these are the lines causing the problem. > #include "httpd.h" > ... Have you got the Apache sources installed? You need to have the header files which contain a bunch of definitions. Best to get the

Re: Install problems

2001-11-03 Thread John Michael
It looks like in the file apache_request.c these are the lines causing the problem. #include "httpd.h" #include "http_config.h" #include "http_core.h" #include "http_log.h" #include "http_main.h" #include "http_protocol.h" #include "util_script.h" John Michael   - Original Message -

Install problems

2001-11-03 Thread John Michael
I pieced together this process by looking at a couple of sources to installmodules.I choose the /usr/local/etc directory to start from because I really didn'tknow where this is usually done.What directory do you usually start the install from and does it make adifference?How to install 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
Where can I find information on how to install modules like: Apache::Request libapreq-0.33.tar.gz Apache::DBI            ApacheDBI-0.88.tar.gz   Would I install these as regular perl modules or are they installed as apache modules?   I have found and downloaded the files, but am not exac