RE: am I the only one having this problem!

2000-05-03 Thread James Xie


Don't I have to run the make test first?

Here is the procedure I used to build the stuff:
1. perl Makefile.PL APACHE_SRC=../apache_1.3.12/src DO_HTTPD=1 USE_APACHE=1
EVERYTHING=1
2. make
3. make test (failed here)

I didn't try to start it manually. I will give it a try!.



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 03, 2000 11:11 AM
To: [EMAIL PROTECTED]
Subject: Re: am I the only one having this problem!


You wouldn't need a second NIC for connecting to the net
to start your httpd. Sorry about that.

I think you need to look into your install procedure.

Did you 'make install' in the Apache directory or the
modperl directory?

Can you start httpd all by itself?



am I the only one having this problem!

2000-05-03 Thread James Xie


I recently posted a question regarding installing mod_perl-1.23 on
Apache_1.3.12, I have not received any answer yet. I'm wondering if I'm the
only one who had this problem.  I searched through the web but cannot find
any answers.  I thought the  test was failed because the system was not
connected directly to the Internet so I added a second NIC which connected
the machine to the Internet directly.  But I still cannot run the make test
successfully.  I don't think I have anything unusual installed.  Your help
will be really appreciated.


James

---

Helllo,

I recently downloaded Apache_1.3.12 and installed it on Redhat 6.1,
everything was working fine. I run into problems when I tried to install
mod_perl-1.23. Everything was compiled ok, but I got error messages (see
below) when I try to run the make test. I'm new to both Apache and mod_perl,
thank you for your help in advance. 

Thanks:

how I make it:
perl Makefile.PL EVERYTHING=1 APACHE_PREFIX=/usr/local/apache
(I aslo tried perl Makefile.PL APACHE_SRC=../apache_1.3.12/src DO_HTTPD=1
USE_APACHE=1 EVERYTHING =1)
make
make test

*
My Environment:
RedHat 6.1
apache_1.3.12
Perl5.004 (comes with Redhat)
mod_perl-1.23 
CGI-modules-2.76
Bundle-libnet-1.00
Digest-MD5-2.09
HTML-Parser-3.07
MIME-Base64-2.11
URI-1.06
lcwa-1.0.0
libwww-perl-5.48


Output from make test

cd ../apache_1.3.12 && make)
make[1]: Entering directory `/home/jxie/apache_1.3.12'
===> src
make[2]: Entering directory `/home/jxie/apache_1.3.12'
make[3]: Entering directory `/home/jxie/apache_1.3.12/src'
===> src/regex
make[4]: Nothing to be done for `all'.
<=== src/regex
===> src/os/unix
make[4]: Nothing to be done for `all'.
<=== src/os/unix
===> src/ap
make[4]: Nothing to be done for `all'.
<=== src/ap
===> src/main
make[4]: Nothing to be done for `all'.
<=== src/main
===> src/lib
<=== src/lib
===> src/modules
===> src/modules/standard
make[5]: Nothing to be done for `all'.
<=== src/modules/standard
===> src/modules/perl
make[5]: Nothing to be done for `all'.
<=== src/modules/perl
<=== src/modules
cc -c -I. -I/usr/lib/perl5/5.00503/i386-linux/CORE -I./os/unix -I./include
-DLINUX=2 -DMOD_PERL -DUSE_PERL_SSI -Dbool=char -DHAS_BOOL
-I/usr/local/include -DUSE_HSREGEX -DNO_DL_NEEDED `./apaci` modules.c
cc -c -I. -I/usr/lib/perl5/5.00503/i386-linux/CORE -I./os/unix -I./include
-DLINUX=2 -DMOD_PERL -DUSE_PERL_SSI -Dbool=char -DHAS_BOOL
-I/usr/local/include -DUSE_HSREGEX -DNO_DL_NEEDED `./apaci` buildmark.c
cc  -DLINUX=2 -DMOD_PERL -DUSE_PERL_SSI -Dbool=char -DHAS_BOOL
-I/usr/local/include -DUSE_HSREGEX -DNO_DL_NEEDED `./apaci`\
  -o httpd buildmark.o modules.o modules/standard/libstandard.a
modules/perl/libperl.a main/libmain.a ./os/unix/libos.a ap/libap.a
regex/libregex.a   -lm -lcrypt -rdynamic  -L/usr/local/lib
/usr/lib/perl5/5.00503/i386-linux/auto/DynaLoader/DynaLoader.a
-L/usr/lib/perl5/5.00503/i386-linux/CORE -lperl -lnsl -ldl -lm -lc -lposix
-lcrypt 
make[3]: Leaving directory `/home/jxie/apache_1.3.12/src'
make[2]: Leaving directory `/home/jxie/apache_1.3.12'
make[2]: Entering directory `/home/jxie/apache_1.3.12'
===> src/support
make[3]: Entering directory `/home/jxie/apache_1.3.12/src/support'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jxie/apache_1.3.12/src/support'
<=== src/support
make[2]: Leaving directory `/home/jxie/apache_1.3.12'
<=== src
make[1]: Leaving directory `/home/jxie/apache_1.3.12'
make[1]: Entering directory `/home/jxie/mod_perl-1.23/Apache'
make[1]: Leaving directory `/home/jxie/mod_perl-1.23/Apache'
make[1]: Entering directory `/home/jxie/mod_perl-1.23/Connection'
make[1]: Leaving directory `/home/jxie/mod_perl-1.23/Connection'
make[1]: Entering directory `/home/jxie/mod_perl-1.23/Constants'
make[1]: Leaving directory `/home/jxie/mod_perl-1.23/Constants'
make[1]: Entering directory `/home/jxie/mod_perl-1.23/File'
make[1]: Leaving directory `/home/jxie/mod_perl-1.23/File'
make[1]: Entering directory `/home/jxie/mod_perl-1.23/Leak'
make[1]: Leaving directory `/home/jxie/mod_perl-1.23/Leak'
make[1]: Entering directory `/home/jxie/mod_perl-1.23/Log'
make[1]: Leaving directory `/home/jxie/mod_perl-1.23/Log'
make[1]: Entering directory `/home/jxie/mod_perl-1.23/ModuleConfig'
make[1]: Leaving directory `/home/jxie/mod_perl-1.23/ModuleConfig'
make[1]: Entering directory `/home/jxie/mod_perl-1.23/PerlRunXS'
make[1]: Leaving directory `/home/jxie/mod_perl-1.23/PerlRunXS'
make[1]: Entering directory `/home/jxie/mod_perl-1.23/Server'
make[1]: Leaving directory `/home/jxie/mod_perl-1.23/Server'
make[1]: Entering directory `/home/jxie/mod_perl-1.23/Symbol'
make[1]: Leaving directory `/home/jxie/mod_perl-1.23/Symbol'
make[1]: Entering directory `/home/jxie/mod_perl-1.23/Table'
make[1]: Leaving directory `/home/jxie/mod_perl-1.23/Table'
make[1]: Entering directory `/home/jxie/mod_perl-1.23/URI'
make[1]: Leaving directory `/home/jxie/