"Carson, Chuck" <[EMAIL PROTECTED]> wrote:

> I am trying to build mod_perl into Apache-1.3.14 and it dies.
> 
> I have tried the following methods of configuring/compiling, each time with
> freshly upacked tarballs of apache and mod_perl.
> 
> 1) configure and build apache:
> ./configure --prefix=/usr/local/apache --enable-module=all
> make;make install
> 2) configure and build mod_perl:
> perl Makefile.PL
> Here is the output I then get:
> ****BEGIN****
> bilabong:/usr/local/src/mod_perl-1.24 ===>perl Makefile.PL 
> Enter `q' to stop search
> Please tell me where I can find your apache src
>  [../apache_x.x/src] /usr/local/src/apache_1.3.14/src
> Configure mod_perl with /usr/local/src/apache_1.3.14/src ? [y] 
> Shall I build httpd in /usr/local/src/apache_1.3.14/src for you? [y] n
> ************* WARNING *************
> 
>   Apache Version 1.3.0 required, aborting...
> 
> ************* WARNING *************
> ****END****
> 
> If I tell it to build httpd for me, this is the output I receive:
> ****BEGIN****
> bilabong:/usr/local/src/mod_perl-1.24 ===>perl Makefile.PL 
> Enter `q' to stop search
> Please tell me where I can find your apache src
>  [../apache_x.x/src] /usr/local/src/apache_1.3.14/src
> Configure mod_perl with /usr/local/src/apache_1.3.14/src ? [y] 
> Shall I build httpd in /usr/local/src/apache_1.3.14/src for you? [y] 
> Appending mod_perl to src/Configuration
> Using config file: /usr/local/src/mod_perl-1.24/src/Configuration
> Creating Makefile
>  + configured for Linux platform
>  + setting C compiler to gcc
>  + setting C pre-processor to gcc -E
>  + checking for system header files
>  + adding selected modules
>  + checking sizeof various data types
>  + doing sanity check on compiler and options
> Creating Makefile in support
> Creating Makefile in regex
> Creating Makefile in os/unix
> Creating Makefile in ap
> Creating Makefile in main
> Creating Makefile in lib/expat-lite
> Creating Makefile in modules/standard
> EXTRA_CFLAGS: -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I$(SRCDIR)/lib/expat-lite
> -DNO_DL_NEEDED
> ************* WARNING *************
> 
>   Apache Version 1.3.0 required, aborting...
> 
> ************* WARNING *************
> ****END****
> 
> Has anyone gotten this to work on RH 7???

Well I haven't myself (I'm not brave enough to run a *.0
RedHat release), but I just took a look at the modperl
mailing list, and I see that there's a hint about needing to
use mod_perl version 1.24_01.

Here's the message:

> Date: Tue, 05 Dec 2000 15:42:41 -0800
> From: ___cliff rayman___ <[EMAIL PROTECTED]>
> Subject: Re: Apache 1.3.14 build
> 
> "Wang, Pin-Chieh" wrote:
> 
> > I am trying to build apache v.1.3.14 with Mod_perl v. 1.24 using APACI
> > I am using Perl 5.6 build 620 - the latest
> >
> > I ran perl Makefile.PL under mod_perl-1.24 directory
> > The system created Makefile in support,regex..... directories
> > but terminated prematually with warning message for "Apache Version 1.3.0
> > required, aborting......"
> 
> you need version 1.24_01 to use apache 1.3.14
> 
>  http://perl.apache.org/dist/mod_perl-1.24_01.tar.gz



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to