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???


Thanks in advance,
Chuck



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

Reply via email to