[EMAIL PROTECTED] wrote:
On RedHat 8.0:
I am running apache_1.3.27 , mod_perl 1.27 (from mod_perl-1.0-current.tar.gz)and,
i want to install Apache-ASP-2.49. After compiling and installing Apache-ASP, i have a
problem when i want to build apache :
../Apache-Asp-2.49/make_httpd>./build_httpds.sh
[root@linux make_httpd]# ./build_httpds.sh
=====================================================
exit build, no directory found for apache_* at: /root/Apache-ASP-2.49/make_httpd

I dont know exactly whats the meaning of :
'Just drop the sources into the make_httpd directory, configure the enviroments
variables...' like the Apache-ASP README file says. I tried putting
the apache_1.3.27 src files in the make_httpd directory but it`s always the same.
Could somebody explain me what am i doing wrong?
Another doubt that i have it's how to verify that mod_perl modules are enabled.
Thank you for your comments, help and else :)
Socia

This process is to build an static apache httpd with mod_ssl & mod_perl.
You might already have installed on your system a mod_perl httpd
server, in which case you can just install Apache::ASP with cpan.

But if you want to build an httpd for your system first, then do this...

Take the sources like apache_1.3.27.tar.gz, and tar -zxf them into
that make_httpd directory.  Also do this with mod_ssl sources and mod_perl
sources, so at the end of this process, you will have a build directory
that looks something like this:

[root@proxy httpd_new]# ls -allg
total 3396
drwxr-xr-x    6 root     root         4096 Sep 17 16:05 .
drwxr-xr-x    8 root     root         4096 Sep  4 12:24 ..
drwxr-xr-x    8 1078     1078         4096 Sep 17 16:07 apache_1.3.26
-rw-r--r--    1 root     root      2303147 Jun 26  2002 apache_1.3.26.tar.gz
-rwxr-xr-x    1 root     root         1272 Jun 27  2002 build_httpds.sh
drwxr-xr-x   24 job      job          4096 Sep 17 16:06 mod_perl-1.26
-rw-r--r--    1 root     root       372859 Jun 26  2002 mod_perl-1.26.tar.gz
drwxr-xr-x   10 root     root         4096 Sep 17 16:06 mod_ssl-2.8.10-1.3.26
-rw-r--r--    1 root     root       753241 Jun 26  2002 mod_ssl-2.8.10-1.3.26.tar.gz

Then you should be able to run build_httpds.sh to build your apache installation.
To see what configurations build_httpds.sh is using just view the source
of the script & tweak it as you find necessary.

Regards,

Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to