From: david <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Installing the Apache::Registry to get PERL working Date: Mon, 24 Feb 2003 18:00:32 -0800
Mo Elwaisi wrote:
> I have found that the reason PERL is not working is that the Apache > Registry is not installed, so i typed > > < perl -MCPAN -e "shell;" > < cpan> install Apache::Registry > > i was then asked to locate where the Apache scr is, which i am not sure > where it is so i typed > < /usr/sbin/httpd >
try the following steps (assuming you are root):
1. download http://www.apache.org/dist/httpd/apache_1.3.27.tar.gz and store it under /tmp
2. tar -zxf apache_1.3.27.tar.gz
3. Enter the following command:
perl -MCPAN -e 'install("Bundle::Apache")'
4. Answer a few questions. when it ask you where is the Apache source, type:
/tmp/apache_1.3.27/src
5. wait for everything to finish and then do the following:
cd /tmp/apache_1.3.27 make install
7. make change to httpd.conf and restart Apache
6. you are done.
if you encounter any problem, read:
http://perl.apache.org/docs/1.0/guide/getwet.html
and you will be done in 20 minutes.
david
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
Worried what your kids see online? Protect them better with MSN 8 http://join.msn.com/?page=features/parental&pgmarket=en-gb&XAPID=186&DI=1059
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]