Re: FW: mod_perl compile problem

2002-02-14 Thread Ged Haywood

Hi there,

On Thu, 14 Feb 2002, IEEE Consulting wrote:

 Any other thoughts on this issue? I really would like to use mod_perl.

What's your Linux installation?

You _have_ got the Linux sources and things like that installed?

73,
Ged.

PS: you don't need to circulate to the dev list.




RE: FW: mod_perl compile problem

2002-02-14 Thread OCNS Consulting

Ged,

The Server is installed with Redhat Linux 7.2 with latest the kernel
sources. Here's
the output from #rpm -q -a | grep kernel

kernel-doc-2.4.9-21
kernel-source-2.4.9-21
kernel-pcmcia-cs-3.1.27-10
kernel-2.4.7-10
kernel-headers-2.4.9-21
kernel-2.4.9-21

What else can I check?

RB


-Original Message-
From: Ged Haywood [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 14, 2002 1:59 PM
To: IEEE Consulting
Cc: mod_perl Mailing List
Subject: Re: FW: mod_perl compile problem


Hi there,

On Thu, 14 Feb 2002, IEEE Consulting wrote:

 Any other thoughts on this issue? I really would like to use mod_perl.

What's your Linux installation?

You _have_ got the Linux sources and things like that installed?

73,
Ged.

PS: you don't need to circulate to the dev list.




RE: FW: mod_perl compile problem

2002-02-14 Thread Ged Haywood

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.