Hi! 
I have been trying to install the <subj> combination with no luck. I have
gone exactly through the steps suggested in the apache readme file:  
# gunzip apache_1.3.19.tar.gz
# tar -xvf apache_1.3.19.tar 
# gunzip mod_perl-1.24_01.tar.gz 
# tar -xvf mod_perl-1.24.01.tar   
# cd mod_perl-1.24_01  
# perl Makefile.PL \
  APACHE_SRC=../apache_1.3.19/src \
  USE_APACI=1 \
  EVERYTHING=1 \
  DO_HTTPD=1
(this reports no problems or versioning hints, and successfully completes)
    
# make  (This fails in the following way:)
Will configure via APACI
cp apaci/Makefile.libdir
/usr/local/apache_1.3.19/src/modules/perl/Makefile.libd
ir
cp apaci/Makefile.tmpl
/usr/local/apache_1.3.19/src/modules/perl/Makefile.tmpl
cp apaci/README /usr/local/apache_1.3.19/src/modules/perl/README
cp apaci/configure /usr/local/apache_1.3.19/src/modules/perl/configure
cp apaci/libperl.module
/usr/local/apache_1.3.19/src/modules/perl/libperl.module
cp apaci/mod_perl.config.sh
/usr/local/apache_1.3.19/src/modules/perl/mod_perl.c
onfig.sh
cp apaci/load_modules.pl.PL
/usr/local/apache_1.3.19/src/modules/perl/load_modul
es.pl.PL
cp apaci/find_source.PL
/usr/local/apache_1.3.19/src/modules/perl/find_source.PL
cp apaci/apxs_cflags.PL
/usr/local/apache_1.3.19/src/modules/perl/apxs_cflags.PL
cp apaci/mod_perl.exp /usr/local/apache_1.3.19/src/modules/perl/mod_perl.exp
************* WARNING *************

  Apache Version 1.3.0 required, aborting...

************* WARNING *************
#

I redo the tar for apache_1.3.19 and attempted an installation of only the
Apache_1.3.19 and got the following:

# cd /usr/local/apache_1.3.19
# make
===> src
make[1]: Entering directory `/usr/local/apache_1.3.19'
make[2]: Entering directory `/usr/local/apache_1.3.19/src'
===> src/os/unix
gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=260 -DUSE_EXPAT
-I../../lib
/expat-lite -DNO_DL_NEEDED `../../apaci` os.c
gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=260 -DUSE_EXPAT
-I../../lib
/expat-lite -DNO_DL_NEEDED `../../apaci` os-inline.c
rm -f libos.a
ar cr libos.a os.o os-inline.o
make[3]: ar: Command not found
make[3]: *** [libos.a] Error 127
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/local/apache_1.3.19/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/apache_1.3.19'
make: *** [build] Error 2

Would greatly appreciate if you can enlighten me on what the problem might
be?

Regards
Puay-Hoon

Reply via email to