Hi there,

On Thu, 14 Feb 2002, OCNS Consulting wrote:

> The Server is installed with Redhat Linux 7.2 with latest the kernel

Sorry if this has been covered, I haven't read all the thread:
did you get the sources for Perl, Apache and mod_perl as tarballs
or did you use RPMs?  If you used RPMS I'd say

1.  Grab the .tar.gz files for each - I'd suggest Perl 5.6.1, or 5.7.2
    if you like to live a fuller life.
2.  Create a directory /home/src (or something like that)
3.  Unpack the lot in there, i.e.
    $ cd ~/src
    $ tar xzf perl...
    $ tar xzf apache-1.3.23.tar.gz
    $ tar xzf mod_perl-1.26.tar.gz
    $ cd perl...
    $ ./configure
    $ make
    $ make test
    $ su
    # make install
    # exit
    $ cd ~/src/mod_perl...
    etc etc, don't forget to su each time to 'make install' and
    don't forget to exit from the root shell each time afterwards.

If that doesn't do it then we'll have to think again.

73,
Ged.

Reply via email to