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]

Reply via email to